How to display row number on UltraDropDown,
i have set RowSelectorNumber =RowIndex
and RowSelectors = true
but it doesn't work ?
Solution please.. thanks
RowSelectors are not supported for UltraDropDown or UltraCombo.
What you can do is add an Unbound column to the layout and populate it inside the InitializeRow event with the row.Index.