Column And Cell Level Clickable

Hi,

I want column and cell level clickable event.


Regards

Nagendra Gupta


1 Reply

RR Rajapandi Ravi Syncfusion Team November 24, 2022 07:08 AM UTC

Hi Nagendra,


Greetings from Syncfusion support


We have checked your query and we could see that you like to trigger an event when the column and cell is selected. You can achieve your requirement by using the inbuilt events of Grid. Please refer the Documentation and API for more information.


Documentation: https://ej2.syncfusion.com/angular/documentation/grid/selection/cell-selection/


                            https://ej2.syncfusion.com/angular/documentation/grid/selection/column-selection/


API:


cellSelected: https://ej2.syncfusion.com/angular/documentation/api/grid/#cellselected - Triggers after a cell is selected.


cellSelecting: https://ej2.syncfusion.com/angular/documentation/api/grid/#cellselecting - Triggers before any cell selection occurs.


columnSelected: https://ej2.syncfusion.com/angular/documentation/api/grid/#columnselected - Triggers after a column is selected.


columnSelecting: https://ej2.syncfusion.com/angular/documentation/api/grid/#columnselecting - Triggers before column selection occurs.


Regards,

Rajapandi R


Loader.
Up arrow icon