I am using dhtmlx grid latest professional version. I am using server side smart rendering and I got this error on console :
Uncaught TypeError: Cannot read property ‘_locator’ of undefined
I had also added total_count and pos attributes in rows element in my xml. Also I use this line for row height :
mygrid.setAwaitedRowHeight(25);
But nothing works for me. Any help will be precious for me. Thank you in advance.