I have a listgrid for which i have used
selectionAppearance:"checkbox",
in addition to the grid records, it shows the checkbox in grid header as well
Now I need to implement this header checkbox work like selectAll/unselectAll.
in other words, all listGridRecords shouldbe checked/unchecked on check/uncheck of the listgrid header checkbox.
please help me how to do this.
selectionAppearance:"checkbox",
in addition to the grid records, it shows the checkbox in grid header as well
Now I need to implement this header checkbox work like selectAll/unselectAll.
in other words, all listGridRecords shouldbe checked/unchecked on check/uncheck of the listgrid header checkbox.
please help me how to do this.
Comment