Categories | Question details Back To List | ||
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. Answer posted by dhxSupport on Dec 10, 2009 08:30 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 http://www.dhtmlx.com/docs/products/dhtmlxGrid/samples/04_dataprocessor/ and tutorial here http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxdataprocessor:toc |