Grid and ASP.NET


Unfortunately we are using MySQL for the backend database, and your connector for .NET only supports SQLServer. Also, I need to update in memory tables on the server (regular DataTable types) rather than tables in the MySQL database.



I was thinking along the lines of serializing the changed rows of the grid but I’m not sure how to handle it on the server side.



Any help/examples is greatly appreciated.

If you cannot use dhtmlConnectors you can use dhtmlxDataProcessor extension and write custom server side code. dhtmlxDataProcessor is a client side library which can integrate ghtmlxGrid (dhtmlxTreeGrid, dhtmlxTree) with server side backend. The library monitors changes in the grid and uses a simple protocol to interchange with the server side code.
You can find examples here dhtmlx.com/dhxdocs/doku.php?id=d … cessor:toc