Hi, I'm evaluating the trial and one thing we'd like to do is the following:
We'd like to have a db-table with columns e.g. 'intField', 'floatField', 'textField' and a 'type-selector' of type int that is indicating which of the db-columns the grid-column should be bound to, different for each row.
With the MS-DataGridView I could derive a new column hosting a derived cell, and in this cell then just overwrite GetValue and SetValue - more or less... ;-)
I haven't found the necessary overwrites with for RadGridView and friends (yet?), so: how would I do this with the RadGridView?
TIA, Juergen
We'd like to have a db-table with columns e.g. 'intField', 'floatField', 'textField' and a 'type-selector' of type int that is indicating which of the db-columns the grid-column should be bound to, different for each row.
With the MS-DataGridView I could derive a new column hosting a derived cell, and in this cell then just overwrite GetValue and SetValue - more or less... ;-)
I haven't found the necessary overwrites with for RadGridView and friends (yet?), so: how would I do this with the RadGridView?
TIA, Juergen