0

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.

Shubh
  • 29
  • 4
  • 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

0 Answers0