Hi I need to add the final width of the first 3 columns of my grid but dont know how to add units. I tried:
DataGrid1.Columns(0).HeaderStyle.Width + DataGrid1.Columns(1).HeaderStyle.Width
but it said no dice, if anyone has any guidance I'd appreciate it.


Reply With Quote