How to lock Header in a scrollable datagrid?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have a datagrid which is scrollable. I want to lock the header somehow so
that the user will always see it. How can I do it?
Thanks.

william
 
Hello William,

What exactly do you believe that the HTML representation of a datagrid is?
It's a table, and therefore, (if you want to limit yourself to IE), Patrice's
suggestion is a very valid one.

You'll (probably) need to inherit from the DataGrid to add the appropriate
styles. I'm not sure if you will have direct access to them.
 

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