Don't judge, this question may sound familiar;
Link to GridView freeze pane solutions
How can you freeze the header on a GridView?
Freezing the Header in ASP.NET GridView - Is it Possible?
Freezing Columns in a GridView - How To Do It
However, there seems to be no solution available for freezing both horizontally and vertically.
I have a Gridview
set up like this:
Below is my lengthy GridView
code: (Apologies for the extended code)
<!-- Insert your Gridview code here -->
My goal is to achieve a traditional frozen pane header when scrolling down, as well as a frozen pane after the TEMSİLCİ
column when scrolling right. (The TEMSİLCİ
column should remain fixed while other columns move with scrolling to the right)
Is there a way, using CSS or any other method, to accomplish this?