Hi, we need a grid with the following :-
1. Grid Resize
2. Frozen Column
3. 100% height for the grid ( Check the attachment)
We need all this 3 in a grid, to achieve #3 we have done a css change for rgDataDiv and this is working fine and #1 also no issues its working
.rgDataDiv{position:relative; height:auto !important; overflow-x: auto !important; overflow-y: hidden !important; }
But #2 Frozen column is not working & if we remove the above css (avoiding the 100% height) the frozen is working fine, we need all the three in the same grid, do you have any examples?
Note :- we have removed the grid scroll and using our application scroll for the grid.