Rank: Member Groups: Member
Joined: 3/9/2013 Posts: 16
|
Is there a way to create a dropdown box in the grid that allows the user type in a value that is not in the list? The examples all limit the choices to what is in the list.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi, It's possible but it's not directly implemented by the Grid. Such UI are implemented through a CustomColumn --- even if a simple DropDown is implemented through a CustomColumn. You can take a look of the documentation for CustomColumn here: http://essentialobjects.com/doc/1/grid/custom_column.aspxThanks!
|