Hi Mike
In UltraWinGrid Designer ,by the option called "Control Settings". - > DisplayLayout property. - >RowSelectorNumberStyle property.
i have created Row number . but in the middle if any rows deleted it shows the same.
how to refersh the row no displaying in grid
Regards
Karthik
if u are hiding the row using ultragrid1.rows[0].Hidden = true;
ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.VisibleIndex;
Actually i m hiding the row , can we reset the rowSelector
try this