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
close icon

DataBoundGrid

Clay, I have many problems. Please find the document which explains what my project needs. Thanks Satish UnitsDataGridBound_8865.zip

1 Reply

AD Administrator Syncfusion Team April 21, 2004 08:50 PM UTC

I would suggest using a GridControl to do this, and not using a GridDataBoundGrid. Adding unbound rows in the middle of a bound GridDataBoundGrid will take some effort if you want to proceed this way. If you use a GridControl, you can take the data from the DataBase and place it where you want it, leaving space for your other text entries. To move changes to the cells holding the data from your database, you can handle the grid.CurrentCellAcceptedChanges, and save the value from the grid to the datasource at that point. In th esame event, if the CuurentCell is one of you special cells, you can do what action you want based on the value in the special cell.

Loader.
Live Chat Icon For mobile
Up arrow icon