I have a datagrid that get's longer than a page so when people scroll it,
the don't remember what the fields are. But they want all of the records on
the screen so that they can have IE do a find on the records. So I was
thinking of shoving the column headers in every x rows ( with different
coloring so it's obvious what it's doing. ) Is there any way to do that with
a datagrid or some object like that?
I think the only way I can do it would be to go through the records myself
building the table. I don't need anything particularly fancy in the table.
Thanks - Jeff.
John Timney (MVP) - 29 Jun 2007 23:05 GMT
Why not colour the colums values differently and have a floating div
containg a key that explains what each colour represents. That way all the
values are visible and the key is always visible. Not sure why a scrollable
datagrid with a fixed header wouldn't still allow full search though!
http://datawebcontrols.com/faqs/CustomizingAppearance/ScrollableDataGridWithFixe
dHeader.shtml
Regards
John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog
>I have a datagrid that get's longer than a page so when people scroll it,
>the don't remember what the fields are. But they want all of the records on
[quoted text clipped - 7 lines]
>
> Thanks - Jeff.