Currently the default behavior for item selector is that whenever I click at any empty space inside the item selector , it deselects the entire selection. But I need to implement a behavior where items get deselected only if they are clicked on again and not on the click at the empty space. Is there any way that I can implement this ? Thanks.
Asked
Active
Viewed 111 times
0
-
please refer this link for example :http://docs.sencha.com/extjs/4.1.3/extjs-build/examples/multiselect/multiselect-demo.html – Shubh Apr 03 '17 at 10:08
-
I found the solution in case any one needs : Just call 'beforecontainerclick' event and return false. :) – Shubh Apr 03 '17 at 11:07