I have a grid with 35 columns and with rowSelect options.
when a row will be selected it will trigger some activity ( Server Side Call).
First two columns are pinned columns and to do some other activity ( no server Side call is needed)
is it possible when I will click on initial two columns grid should not as entire rowSelect?
what is happening now is , even if no server side call is needed on clicking on initial two columns still it is behaving as rowSelect.
I tried with unrowselect but no luck.
Please let me know if this can be achieved.