Re: [dabo-users] A GridCellChoiceEditor...

2006-06-23 Thread Paul McNett
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,

[dabo-users] A GridCellChoiceEditor...

2006-06-23 Thread Simen Haugen
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.