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.
Up arrow icon