Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Gil on Jun 26, 2008 05:57
open dhtmlx forum
DHTMLxGrid versus ASP.Net \ AJAX

Hi there!

I'm experimenting with the GPL version of the DHTMLxGrid 1.6.

I'm trying to use it with ASP.Net and AJAX inside an UpdatePanel, but although I was able to read data (XML) into the grid, I'm unable to submit changes. I'm trying to use it with SubmitOnlyChanged(true) but it seams that the grid doesn't work (doesn't submit data) inside a "runat='server'" form, and the UpdatePanel needs to be inside a "runat='server'"...

How can I solve this?


Thanks in advance!
Answer posted by Support on Jun 26, 2008 06:33
There is no built-in support for UpdatePanel component, it uses different approach than native HTML form, so the grid integration will not work in such usecase.
Answer posted by Gil on Jun 26, 2008 07:35
Is that 'built-in support' planned for future versions? ...like v1.7 ?