Hi All
Hopefully someone out there can answer this. I have a data source that
displays a set of property names and values (each name/value pair will
be displayed on a different row).
I want to be able to enable the data source to be edited through the
grid, but each of the values on different rows may be a different data
type.
I know I can apply a column style to set a whole column to display a
ComboBox for a selection, a DateTimePicker, etc., but I'd like to know
if there's a way to apply the style on a row-by-row basis. In doing
this I should be able to display all the property name/value rows and
have a different edit mode control appear for the value in each row
depending on its data type.
I should not neglect to mention that the data type of the value column
can be defined programatically, as it's also held in the data source to
describe the type of data in the value column.
Can anyone please advise if this is possible, or if you'd like more
information to clarify the problem.
Thanks in advance,
Sam.