Is it possible to have different column editors on a per row basis.
Lets say I have this data where the first field in the name and the second field is the value. The value can be a date, string, int, decimal etc... I want to be able to supply a "Column" editor depending on the Type for the Value field in that row.
Sample Data
<Name, Value> where Name is a string and Value is an Object (Name is read only in the grid but Value needs an Editor)
"ADate", DATE
"AString", "A String"
"An Int", 5
If it is possible to have each row contain a different editor, can you give me some tips on how install a custom editor on a per row basis?
Thanks.
Mark.
Lets say I have this data where the first field in the name and the second field is the value. The value can be a date, string, int, decimal etc... I want to be able to supply a "Column" editor depending on the Type for the Value field in that row.
Sample Data
<Name, Value> where Name is a string and Value is an Object (Name is read only in the grid but Value needs an Editor)
"ADate", DATE
"AString", "A String"
"An Int", 5
If it is possible to have each row contain a different editor, can you give me some tips on how install a custom editor on a per row basis?
Thanks.
Mark.