I am using jqwidgets JS library and having one issue in displaying the dropdown under Year column. As can be seen in the code below, the Year column is not displaying the jqxDropdownList unless I click on it. For example, when I clicked on the first cell of Year column, it showed me the list as shown below: Can anyone
Tag: jqxwidgets
To uncheck all checkboxes of an column in jqxGrid
I have small table built using jqxGrid. The 1st column contains checkboxes like below: Expected result: On click of Uncheck All, need all these check-boxes to be un-checked like this: On click of remove need to get data of checkbox selected rows. HTML: Remove JS: Have surfed lot and the documentation too but no use. Couldn’t able to append fiddle