Hello
new in asp . net and in webgird.
I am trying to make a column to appears like dropdown list.
i am using the valuelist to genarate the vl and then apply this value list desured column .
but it doesnt work.
In the froms grid thereis an option to set columnstyle to dropdownlist. but i can not find that property
in the webgird?
what i am making wrong ?
regards
Aris
The property you need is called Type in the WebGrid. You need to set the UltraGridColumn.Type property to DropDownList and then set up the valuelist. There's an example in the help that you might find useful.