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
 
Back
Top