Hi, I have
an ID hidden column in my grid and a separate comboboxcolumn linked to the ID
in order to display a text linked to this ID property. This works as expected, the
user being able to indirectly change the ID by selecting the appropriate entry
in the combobox column,
…but
My scenario
is that after this ID is selected by the user and saved to the database then it
should not be allowed t be edited going forward. For example when loading past
data the combobox column property should be read only in order to prevent the
user from changing this value.
The problem
is that if I set the comboboxcolumn property to read only I cannot select a
value when I try to insert a new row, the combobox column is locked and
displays no value at all.
Can you
please suggest a way to implement this need?
Regards,
George
an ID hidden column in my grid and a separate comboboxcolumn linked to the ID
in order to display a text linked to this ID property. This works as expected, the
user being able to indirectly change the ID by selecting the appropriate entry
in the combobox column,
…but
My scenario
is that after this ID is selected by the user and saved to the database then it
should not be allowed t be edited going forward. For example when loading past
data the combobox column property should be read only in order to prevent the
user from changing this value.
The problem
is that if I set the comboboxcolumn property to read only I cannot select a
value when I try to insert a new row, the combobox column is locked and
displays no value at all.
Can you
please suggest a way to implement this need?
Regards,
George