Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
280
how to defalut RowNumbering width???
posted

 

 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

To adjust the width of the grid number column, I want number
 
 
 ↓
no   data
1    aa
2    bb
3    cc
Revision    dd
5    ee
Parents
No Data
Reply
  • 4960
    posted

    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)    
Children
No Data