Thanks for reply.
Yes, I have read many kind of solutions and wondered that why not to
build Headers in own table. Of course sorting etc. using Header would cause
more work.
Cheers.
On Feb 10, 12:50 pm, "Jimmy B" <jim...@mail.com> wrote:
> Hello folks,
>
[quoted text clipped - 6 lines]
>
> Cheers!
You can do an additional header table before the gridview as a simple
approach. The gridview could be placed in a scrolling DIV area.
<table>...<table>
<div style="width: 400px; height: 400px; overflow: auto;">
gridview
</div>