Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Peet on Oct 21, 2008 06:24
open dhtmlx forum
dhtmlxgrid like a asp.net object

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
Answer posted by Support on Oct 21, 2008 07:47
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