Regards,
Sanjith K.
Hi Manolo,
Thanks for the details.
Grid CompleteAction event will be triggered when the Grid action is completed. We can know the current Grid action by using args.requestType, which represent the current Grid’s actions. By using the args.columnName you can find the column to be grouped.
<script> function CompleteAction(args) { if (args.requestType == "grouping") //args.requestType will represents the current grid action alert(args.columnName) //args.columnName will represents the grid column } </script> |
We have created a sample and the same can be downloaded from the following location:
http://www.syncfusion.com/downloads/support/directtrac/119881/Grid2-571397217.zip
Please refer the below documentation to know how we can use CompleteAction event for Grid columns.
http://helpjs.syncfusion.com/js/api/ejgrid#events:actioncomplete
Please try the above sample and let us know if it helps. If we misunderstood your query, please provide us clear information regarding your requirements. It will help us to provide the prompt solution.
Regards,
Isuriya R
Hi Manolo,
Thanks for the update,
Please let us know if you require further assistance on this.
Regards,
Isuriya R