Hi Mariya,
Version: 2.8.3
My page is splitted into 2 panes using jqxSplitter, let me call it as “Left Pane” & “Right Pane“.
The Right Pane is collapsed by default because it is used to show a details only when the grid row in Left Pane is clicked.
For example my grid contains 8 columns(equally divided the 100% width of parent) and 1 row. So now no scroll-bars in a grid i.e. vertical & horizontal.
Now when I click on the row, the Right Pane is expanded and I restrict the Left Pane visible width to 200px to give an user a information that, on which row the user is clicked.
Now I’m getting an vertical scroll-bar along with horizontal scroll-bar, but i don’t want the vertical scroll-bar since my grid has only one row.
I seems that, splitter resize event is getting triggered by default to repaint the jqxGrid.
Hope I have explained it clearly with an example.
Please suggest me a solution.
Thanks & Cheers,
\_rssb