We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

making cells editable in GBDG

Hi, Is there a way to have certain columns of a GBDG user editable without any sql update,delete,insert sql in the sqlDataAdapter? its a multiple table select which is why i''m having a problem. Do I have to go to a gridcontrol? thanks

1 Reply

AD Administrator Syncfusion Team June 16, 2005 08:05 PM UTC

If the underlying datasource is not editable, then the grid has nowhere to store the changes as it cannot put them back into an uneditable datasource. Even if you use a virtual grid, you would probably not be able to save the changes back to your datatable in SaveCellInfo. You could move the DataTable into a GridControl using PopulateGrid, and just let teh grid maintain the information in its internal GridData object. Then if you want to try to push teh changes back to your database, then you would have to get the information from teh grid back into a updateable table.

Loader.
Live Chat Icon For mobile
Up arrow icon