Thanks for your response. I am able to pull data from the database using SQLDataModel. But, when i edit the grid cell, the changes are not comitted to the database table. So, when i refresh the page after editing, the new values dont show up. Am i missing any property in the mapping/binding?
I am just starting to test the ECruiser Data table controls. I have a question on editing the cell values of the grid table. The examples point to hard-coded lists as datamodels. I am trying to pull data from a db table. How does cell editing work? Does the updates happen automatically or the update logic needs to be implemented using the events like cellEndEdit etc. Please provide your input.