Static headers but scrolling data.

  • Thread starter Thread starter UJ
  • Start date Start date
U

UJ

Is there anyway to have the headers of a datagrid always visible but have
the data portion scrollable ? I don't want to put in paging because we'd
like to see the entire datagrid (it'll be about 100 rows or so.)

TIA - Jeff
 
the usual trick is to put the headers in their own table and use client
script to adjust the column widths at runtime.

-- bruce (sqlwork.com)
 
Back
Top