Hello,
The table I want to edit contains an int column and I need to display a text value according a lookup table which contains int/text pairs.
This fit ideally with GridDropDownColumn but problem is that the lookup table is generated in code behind.
I tryed different options with RadGrid_ItemDatabound and playing with EditMode according online documentation status without total success: when no columns are in edit mode, my column stay empty (but I have values in the DataTable), when one column goes in editMode, I have a RadCombobox displayed with my values set from the datasource I set in the editor, and curiously all the rows following the edited one display now values ? When I stop editing the columns come back to empty display.
Any help welcome
CS
The table I want to edit contains an int column and I need to display a text value according a lookup table which contains int/text pairs.
This fit ideally with GridDropDownColumn but problem is that the lookup table is generated in code behind.
I tryed different options with RadGrid_ItemDatabound and playing with EditMode according online documentation status without total success: when no columns are in edit mode, my column stay empty (but I have values in the DataTable), when one column goes in editMode, I have a RadCombobox displayed with my values set from the datasource I set in the editor, and curiously all the rows following the edited one display now values ? When I stop editing the columns come back to empty display.
Any help welcome
CS