Posted 12 August 2020, 5:57 am EST
Hi,
I have a with column picker. And I want to catch event when I select some column but I don’t know how. Can you help?
Forums Home / Wijmo / General Discussion
Posted by: darkthanhtam on 12 August 2020, 5:57 am EST
Posted 12 August 2020, 5:57 am EST
Hi,
I have a with column picker. And I want to catch event when I select some column but I don’t know how. Can you help?
Posted 13 August 2020, 7:54 am EST
Hello,
If we are correct, you are referring to the following demo sample for ColumnPicker.
https://www.grapecity.com/wijmo/demos/Grid/Columns/ColumnPicker/angular
In the above sample, the ColumnPicker is added using the ListBox control. Hence, if you would like to know which items are changed, you should handle the ListBox’s selectedIndexChanged event.
https://www.grapecity.com/wijmo/api/classes/wijmo_input.listbox.html#selectedindexchanged
Regards,
Manish Gupta
Posted 13 August 2020, 11:09 pm EST
Hi Manish,
Thanks for your help.
~regards