Skip to main content
December 14, 2021
Solved

Fixed grid column header in editable Grid, like Excel

  • December 14, 2021
  • 6 replies
  • 1 view

I want to have the gridcolumn header fixed while scrolling down. while scroling down grid header automatically goes up but want something like excel. I've suggested clients to restrict the paging to small number but they dont want that, they want excel like feature

  An editable grid where you an scroll the columns but leave the first one frozen (like you can in Excel).  

Please help, TIA

Best answer by mikes0011

Out of curiosity did you try setting the HEIGHT parameter to short, medium, or tall?  Per the documentation, the header is frozen when this is done; i'm not sure how close this comes to satisfying your use case (it only affects on-grid scrolling, not page scrolling), but might be worth looking into.

6 replies

stefanhelzle0001
Brainy
December 14, 2021

That is simply not possible OOTB.

mikes0011
mikes0011Answer
Brainy
December 14, 2021

Out of curiosity did you try setting the HEIGHT parameter to short, medium, or tall?  Per the documentation, the header is frozen when this is done; i'm not sure how close this comes to satisfying your use case (it only affects on-grid scrolling, not page scrolling), but might be worth looking into.

The Expression Guru
stefanhelzle0001
Brainy
December 14, 2021

Thanks Mike, I did not know that :-)