Is there a way to restrict the selection to a valid valuelist item when using a valuelist in a grid column?
Thanks for any help. Kris
Thanks Mike. I assumed it would be simple, but I couldn't figure it out. Thanks a lot.
set column.Style = DropDownList
Hi,
Try set Column which have ValueList to NoEdit by CellActivation.
Ex: Column.CellActivation = NoEdit
Or: Column.CellActivation =ActivateOnly
Then ValueList will not dropdown.
You can set by code or by Visual Design, the same.