Simen Haugen wrote:
In order to have a useful editor like this it needs to implement
KeyValue, ValueMode, DataSource and DataField.
The problem is that editors does not take contructor parameters.
To implement this you must implement these functions in the grid or
column. Editors is cell level,
Hi.
In order to have a useful editor like this it needs to implement
KeyValue, ValueMode, DataSource and DataField.
The problem is that editors does not take contructor parameters.
To implement this you must implement these functions in the grid or
column. Editors is cell level, not column level.