Aug 03, 2021, 5:23 PM
[CLOSED] Custom functionality for Ext.Net.CheckColumn with HeaderCheckbox
Hi,
I am using Ext.Net.CheckColumn with HeaderCheckbox in a GridPanel. Need to implement some custom functionality. When the user clicks on the HeaderCheckbox, only checkboxes in rows that have non-null values in a different column -"Cusip", should get checked and all other checkboxes in rows that have null or empty values in that same "Cusip" column should remain unchecked.
And the header checkbox should toggle accordingly.
As in if I check all the checkboxes inside rows that have non-null values inside this "Cusip" column, then the header check box should automatically get checked and vice versa.
Just to clarify, I am not using CheckBoxSelectionModel. I am using Ext.Net.CheckColumn with HeaderCheckbox.
Let me know if I need to provide more information.
-Hrishi
I am using Ext.Net.CheckColumn with HeaderCheckbox in a GridPanel. Need to implement some custom functionality. When the user clicks on the HeaderCheckbox, only checkboxes in rows that have non-null values in a different column -"Cusip", should get checked and all other checkboxes in rows that have null or empty values in that same "Cusip" column should remain unchecked.
And the header checkbox should toggle accordingly.
As in if I check all the checkboxes inside rows that have non-null values inside this "Cusip" column, then the header check box should automatically get checked and vice versa.
Just to clarify, I am not using CheckBoxSelectionModel. I am using Ext.Net.CheckColumn with HeaderCheckbox.
Let me know if I need to provide more information.
-Hrishi
Last edited by fabricio.murta; Aug 04, 2021 at 12:44 AM.