Hi,
I have a GridDropDownColumn which is bound to a datafield.
The column works very well - shows the right text for the corresponding values.
Problem is when the datafield holds a value which does not exist in the DropDown DataSource the Column always displays the first value in the DataSource.
My wish is to display a blank value (not text) when there is no matching Value in the dataSource.
Is there an easy way to do that (I mean without catching the ItemDataBound event and manually checking each value against the dataSource).
Thanks,
Revital
I have a GridDropDownColumn which is bound to a datafield.
The column works very well - shows the right text for the corresponding values.
Problem is when the datafield holds a value which does not exist in the DropDown DataSource the Column always displays the first value in the DataSource.
My wish is to display a blank value (not text) when there is no matching Value in the dataSource.
Is there an easy way to do that (I mean without catching the ItemDataBound event and manually checking each value against the dataSource).
Thanks,
Revital