I have an interactive grid with source as : select header_1,header_2,header_3 from data;
I want HEADER_1 ,i.e. first column to freeze and others to scroll on display.
Also i am aware this can be done by end user by freezing the column, but can this also be done from back end?
How can this be achieved?