Title: ComboGrid multiple select by typing value Post by: acreonte82 on January 28, 2014, 06:50:27 AM Hello to all,
I've define a combogrid with multiple select Code: $('#id_RS_to_search').combogrid({ my question is: when I select one element, how can I continue to select an other one by typing a new value? For example I want to search one element typing the right name, then after select continue to select other element different from the first (in the same list) At the moment and in the various example define in the documentation, is not possibile to select multiple item typing directly but only by click on it. Can someone help me? Thanks Title: Re: ComboGrid multiple select by typing value Post by: acreonte82 on January 30, 2014, 03:37:44 AM stworthy can you help me? Title: Re: ComboGrid multiple select by typing value Post by: stworthy on January 30, 2014, 08:05:39 AM This feature is not supported in current version. It has been sent to our developing team.
Title: Re: ComboGrid multiple select by typing value Post by: acreonte82 on January 31, 2014, 01:28:42 AM Thanks!!! Really!!
I wait the new feature Title: Re: ComboGrid multiple select by typing value Post by: stworthy on February 02, 2014, 08:29:05 AM A possible solution to solve this issue is to override the keyHandler options. Please include the code below to the page.
Code: <script> Title: Re: ComboGrid multiple select by typing value Post by: acreonte82 on February 10, 2014, 01:46:28 AM I copied it but no difference...
how can I include the extension? Title: Re: ComboGrid multiple select by typing value Post by: stworthy on February 10, 2014, 08:56:10 AM Please refer to this example http://jsfiddle.net/Bz9Js/.
Title: Re: ComboGrid multiple select by typing value Post by: acreonte82 on February 19, 2014, 01:24:56 AM Thanks! Works!
Maybe can be a great idea to implement this function as standard for jeasyui What do u think stworthy ? Title: Re: ComboGrid multiple select by typing value Post by: stworthy on February 19, 2014, 01:30:14 AM Yes, this feature will be improved in next version. This requirement has been posted to our developing team.
|