Hi dimitar,
In JQXGrid if we use filter as filtertype: ‘checkedlist’ will get checkbox dropdown list ,in that checkbox dropdown list first it have (Select All) default option, if i check that (Select All) option all the below items will checked or if i unselect (Select All) option all the below item will uncheck and then if uncheck any item other than (Select All) option ,(Select All) option will set as intermediate state and also if i uncheck all the items except (Select All) then (Select All) option will automatically set to uncheck mode,how this can be down by JQXDropDownList please send me an example with complete code.I am also using (Select All) option in my JQXdropdownlist …