Hi,
In my jqxgrid, there are vertical and horizontal scrollbars. I have implemented cell click event for this grid.
The problem is when I click on any scrollbar (horizontal/vertical) it automatically fire cell click event and select cell exact behind scroll bar I clicked.
While searching, I observed on below link there is a same behavior
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxsplitter/integration-with-jqxgrid.htm?arctic
If you will click on scrollbar, it will select row behind scrollbar.
I don’t want to select cell when click on scroll bar. How can I do this?
Please help.
Thanks,