adjustable colwidths in datagrid?

  • Thread starter Thread starter Rich
  • Start date Start date
R

Rich

Hello,

How can I make the column widths in a datagrid control in
an aspx adjustable? I am using vs.net2003. Do I set a
property(s)? or is it code - or is it even doable?

Thanks,
Rich
 
probably the only way out is to use client side scripting
Datagrid when rendered, is just a Table. if you want to make it adjustable
on client side, you will have to use client side script/htc for that.

Abhijeet Dev
 

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