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

binding a cell

Can you bind just a specific cell to a property in a collection?

1 Reply

AD Administrator Syncfusion Team June 2, 2003 07:11 PM UTC

There are no property settings to manage this. If you wanted to do it, you would have to handle events to manage this. You could use QueryCellInfo, and if e.ColIndex and e.RowIndex point to the cell, then set e.Style.CellValue based on teh value in the collection. To go the other way, handle the SaveCellInfo, and if e.ColIndex and e.RowIndex point to the cell, then set the collection value based on the e.Style.CellValue.

Loader.
Live Chat Icon For mobile
Up arrow icon