I am using version 2.6 pro and I have included the dhtmlxgrid_json.js file. The grid renders the correct number of rows, but no data is seen in the rows. It is critical that I get this working today.
I am using Dojo 1.4.1 in this application as well. Don’t know if there is any kind of Dojo interaction that would cause this behavior.
My code is as follows:
My response is as follows:
{“rows”:[{“id”:1,“data”:[“Medications”,“CIPRO”,"","","",0]},{“id”:2,“data”:[“Medications”,“ASPIRIN”,“Aspirin”,"","",0]},{“id”:3,“data”:[“Medications”,“WELLBUTRIN”,“Wellbutrin”,"","",0]},{“id”:4,“data”:[“Medications”,“CODEINE”,“Codeine”,"","",0]},{“id”:5,“data”:[“Medications”,“VALIUM”,“Valium”,"","",0]},{“id”:6,“data”:[“Medications”,“FLONASE”,“Flonase”,"","",0]},{“id”:7,“data”:[“Medications”,“PAXIL”,“Paxil”,"","",0]},{“id”:8,“data”:[“Medications”,“AMBIEN”,“Ambien”,"","",0]},{“id”:9,“data”:[“Medications”,“ZYRTEC”,“Zyrtec”,"","",0]},{“id”:10,“data”:[“Medications”,“VIOXX”,“Vioxx”,"","",0]},{“id”:11,“data”:[“IV Medications”,“AMBIEN”,"","","",0]},{“id”:12,“data”:[“IV Medications”,“ASPIRIN”,"","","",0]},{“id”:13,“data”:[“IV Medications”,“CODEINE”,"","","",0]},{“id”:14,“data”:[“IV Medications”,“CIPRO”,"","","",0]},{“id”:15,“data”:[“IV Medications”,“FLONASE”,"","","",0]},{“id”:16,“data”:[“IV Medications”,“PAXIL”,"","","",0]},{“id”:17,“data”:[“IV Medications”,“VIOXX”,"","","",0]},{“id”:18,“data”:[“IV Medications”,“WELLBUTRIN”,"","","",0]},{“id”:19,“data”:[“IV Medications”,“ZYRTEC”,"","","",0]},{“id”:20,“data”:[“IV Medications”,“VALIUM”,“Valium”,"","",0]},{“id”:1000,“data”:[“Allergies”,“SHELLFISH”,“SHELLFISH”,"","",0]},{“id”:1001,“data”:[“Allergies”,“MILK”,“MILK”,"","",0]},{“id”:1002,“data”:[“Allergies”,“CHOCOLATE”,“CHOCOLATE”,"","",0]},{“id”:1003,“data”:[“Allergies”,“MORPHINE”,“MORPHINE”,"","",0]}],“pos”:0}
A proper object is generated and the grid appears to process the object. But I never see the data.