EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: jkdoyle on December 19, 2016, 08:31:48 AM



Title: Validate Combogrid by Limiting to Grid Options
Post by: jkdoyle on December 19, 2016, 08:31:48 AM
Is it possible to limit the option a user has when using the combogrid, so that they must select from values in the combogrid?  I still would like for them to be able to type into the input, but not allow submit if entry isn't in the combogrid choices.

Thanks
JD


Title: Re: Validate Combogrid by Limiting to Grid Options
Post by: jarry on December 19, 2016, 05:04:17 PM
Please set the 'reversed' property to true. This property restricts the user to select only those rows in the drop-down datagrid. This property is available since version 1.5.1.


Title: Re: Validate Combogrid by Limiting to Grid Options
Post by: jkdoyle on December 20, 2016, 09:30:55 AM
Thanks!