Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Tejas on Sep 21, 2009 02:31
open dhtmlx forum
:: DHX Grid :: Data not loading fully in the cell.

I have attached the working example for grid not showing the full data in the cell.

See in the XML, it should show till 13, but its showing till 15. Why its like that ?

We are using
DHX Version: dhtmlxSuite 2009 Rel.1 (DHTMLX 2.1) Professional edition build 90226/90316
DHX Grid Version: dhtmlxGrid v.2.1 Professional edition build 90316

Working Example -->  
Answer posted by dhxSupport on Sep 23, 2009 03:13
Grid doesn't display all data because of you have set maximum height to the grid:
popcommentgrid.enableAutoHeight(true,"420",true);
If grid's height is 420px, verstical scrollbar will appear. To fix this issue you can use:
popcommentgrid.enableAutoHeight(true);
Answer posted by Tejas on Sep 24, 2009 02:28
Hi there,

It is still not working even after doing changes as said.
My problem is that the data which is there in XML is not shown in the cell completely.