Hello!
How I can use a dhtmlxgrid element like an ASP.NET object in code behind?
Is it possible to create it like
dhtmlxgrid obj = new dhtmlxgrid();
obj.addrow();
…
…
Page.Controls.add(obj);
Thx
The component is fully client side , and can’t be directly controlled from .Net code.
But you can form js script and XML data for the grid by .Net code