Hi
I am working on a .NET 2.0 application using UltrawinGrid.
I have a dropdown column in my Grid where it loads the State values (WA,IL....etc).we want the user not to key in the value which is not present in the combo box value list.How to prevent the user from typing any other value which is not in the list?
ThanksAshok
Hi Ashok,
The easiest way to do this is to set the column's Style to DropDownList.