hi. i can't english .. but .. help me plz :|
my source
UWG1.DisplayLayout.AllowRowNumberingDefault = Infragistics.WebUI.UltraWebGrid.RowNumbering.Continuous
i want to ultrawebgrid rownumbering column width setting
The row numbers appear in the Row Selector column, so you can control that column's width by setting:
' Make the row number column 64 pixels wide. UltraWebGrid1.DisplayLayout.RowSelectorStyleDefault.Width = Unit.Pixel(64)
I'd like to know how to do this also. Anybody?