Hi. I've downloaded the demo and what I'm not seeing or am unable to figure out is whether or not you can dynamically generate columns that have different control types.
Here's one example: I have a grid that has two columns. The first column is just text, values generated from reading from a table (these values can always be different and of varying count). The second column needs to either have a control that is a DropDownList or some version of a TextBox depending on the dataType of the field value read from the database.
Is it somehow possible to make a column vary in the types of controls it displays and uses when the grid is dynamically generated?
Thanks.
Here's one example: I have a grid that has two columns. The first column is just text, values generated from reading from a table (these values can always be different and of varying count). The second column needs to either have a control that is a DropDownList or some version of a TextBox depending on the dataType of the field value read from the database.
Is it somehow possible to make a column vary in the types of controls it displays and uses when the grid is dynamically generated?
Thanks.
