Have a dropdown in an ultragrid and for the life of me I can't get it to stop users from typing in other test.
on the afterRowActivate I have
'// Bind list to column
grdList.DisplayLayout.Bands(0).Columns("ScrapReason").ValueList = ucbEpiCustom6
'// Set Column Style
grdList.Displaylayout.Bands(0).Columns("ScrapReason").Style = UltraWinGrid.ColumnStyle.DropDownList
The code right above should do the trick, any reasons it would not?
on the afterRowActivate I have
'// Bind list to column
grdList.DisplayLayout.Bands(0).Columns("ScrapReason").ValueList = ucbEpiCustom6
'// Set Column Style
grdList.Displaylayout.Bands(0).Columns("ScrapReason").Style = UltraWinGrid.ColumnStyle.DropDownList
The code right above should do the trick, any reasons it would not?