I have a column represented by an GridDropDownColumn. Its data is really the value of an enum. I have a datasource that will return name/value pairs for the data for the dropdown column.
What I can't seem to find is how to set the default value for this GridDropDownColumn, when it is displayed for inserting a new item.
The list is populated with all the values from the dataset, but the first item is selected. Is there a way, other than changing the order of the data coming from the datasource, to set which value should be selected by default for the GridDropDownColumn?
Thanks,
Steve
What I can't seem to find is how to set the default value for this GridDropDownColumn, when it is displayed for inserting a new item.
The list is populated with all the values from the dataset, but the first item is selected. Is there a way, other than changing the order of the data coming from the datasource, to set which value should be selected by default for the GridDropDownColumn?
Thanks,
Steve