When trying to sort a grid when smart rendering is on I often get the error below
TypeError: a.childNodes is undefined
Is this a known problem? If so anyway to avoid it besides turning off smart rendering?
When trying to sort a grid when smart rendering is on I often get the error below
TypeError: a.childNodes is undefined
Is this a known problem? If so anyway to avoid it besides turning off smart rendering?
In case of dynamic loading of data you need to implement the server-side sorting in your grid.
docs.dhtmlx.com/grid__dynamic_lo … p5sortdata