We are currently working on DHTMLX migration from v3.6 to v4.1.2. In our earlier DHTMLX version3.6, we had the below known issues.
• The user’s current scroll position in the dhtmlxGrid needs to be maintained after any action that causes the grid data to be refreshed.
• Sorting of dhtmlxGrid is not working, if the grid is having special characters.
• Sorting of dhtmlxGrid is not working for the datetime columns. It’s been done on the basis of time and not considering date.
• Sorting of dhtmlxGrid is not maintained, when an action such as editing a record, page navigation happens.
Could you please confirm whether the above said issues are addressed in the latest v4.1.2 version.
• The user’s current scroll position in the dhtmlxGrid needs to be maintained after any action that causes the grid data to be refreshed.
Scrollbar position can be restored if the needed using the following code:
scroll=mygrid.objBox.scrollTop // save the scroll position
code()// your code refreshing the grid
mygrid.objBox.scrollTop=scroll // set the scroll position
• Sorting of dhtmlxGrid is not working, if the grid is having special characters.
• Sorting of dhtmlxGrid is not working for the datetime columns. It’s been done on the basis of time and not considering date.
You may create your own custom sorting type: docs.dhtmlx.com/grid__sorting.html
• Sorting of dhtmlxGrid is not maintained, when an action such as editing a record, page navigation happens.
Could clarify the problem?
Get a guaranteed answer from DHTMLX technical support team
under the most suitable support plan