Dear Support Team,
I am implementing one page where i have to use DevExtreme datagrid with checkbox selection of row.
I have gone through this url and implement it only the difference is i am not using external control to check check box based on dropdown selection used in this url.
Now the issue here is i need here if i change selection of any check box row then it should hit some event there i need the checked row column value.
I did some googled and found onRowClick and onSelectionChanged event both are working but the issue here is if i click any of the row cell at that time also this event is getting fired which i don't need here. I need the event should fire when user check any check box row.
Kindly suggest.
Thanks,
Veera