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
300
RowSelectorNumber not visible on UltraDropDown
posted

 How to display row number on UltraDropDown,

i have set RowSelectorNumber =RowIndex

and RowSelectors = true 

but it doesn't work ? 

Solution please.. thanks 

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    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.  

Children
No Data