Hello!
We are evaluating this FlyGrid and we have run into a problem that must be solved before being able to buy this FlyGrid product.
Some background information:
We have a flygrid where some cells in for example column 2 have different types.
There is no problem to use different types for each cell in the same column.
Now to our question:
When we enter data in a cell we want to pass this value into a user defined class. Is that possible?
For example: We have created a custom class called GridValue. By overriding the ToString in the GridValue class we can show the value stored in GridValue in a Flygrid gridcell. The problem is that we don't know how to read the value entered in the gridcell into an instance of the GridValue. We have put instances of GridValues into a datasource/dataset. We are using DynamicallyAutoDetectDataTypeColumn.
//Tony