Hi,
I have a datatable that provides scroll function. If I scroll the grid,I need to retain few rows at the top from being scrolled.How can I do this?
Please help me!!!
Thank you.
Hi,
I have a datatable that provides scroll function. If I scroll the grid,I need to retain few rows at the top from being scrolled.How can I do this?
Please help me!!!
Thank you.
Datatable doesn’t support such functionality.
You can use multi-line headers if you need to have some fixed data at top of grid ( or you can have two datatables, in the same layout, one on top - without a scroll, and one at bottom - with a scroll. )