Hi Isomorphic ,
I am trying to scroll the grid to left using grid.scrollToLeft() .
But It works only if i do not have any frozen columns in the grid.
Also scrollToColumn or scrollToCell also don't have any effect even if want to scroll to a not-frozen column.
Is there any way to set the scroll programatically in a grid with frozen columns?
I am trying to scroll the grid to left using grid.scrollToLeft() .
But It works only if i do not have any frozen columns in the grid.
Also scrollToColumn or scrollToCell also don't have any effect even if want to scroll to a not-frozen column.
Is there any way to set the scroll programatically in a grid with frozen columns?
Comment