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!

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.

Is that ‘built-in support’ planned for future versions? …like v1.7 ?