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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top