Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Simon on Aug 05, 2009 16:40
open dhtmlx forum
Saving in IE8

Hi,



IE8 seems to be having some issues with DHTMLX grid. I have attached a screen shot. This effecting all our grids, and firefox is not having any problems.

* When a save is made, it does not un-bold but the data is saved correctly. When the page is reloaded the updated data is shown.
* Some boxes are clipped after they are edited. This behaviour is reasonably random, and seems to only affect the display. It is happening to different data types also (calendar and ed).
Is there a way to solve this?

Regards,

Simon
Answer posted by dhxSupport on Aug 06, 2009 00:44
>>When a save is made, it does not un-bold but the data is saved correctly. When the page is reloaded the updated data is shown.
Are you using DataProcessor extension. By default if row was successfully updated at the server side it will automaticaly un-bold. You can check it here http://dhtmlx.com/docs/products/dhtmlxGrid/samples/dataprocessor/savedata_grid.html?un=1249544232000

>>Some boxes are clipped after they are edited.
To avoid this you can use multi line mode:
mygrid.enableMultiline(true)
Please check example here http://dhtmlx.com/docs/products/dhtmlxGrid/samples/rows_columns_manipulations/grid_multiline_col.html