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
55
Row Selection not working
posted

Hi,

    iam working with infragistics 2009 iam using ultrawebgrid.i want to select a whole row,i have used

RowSelectorsDefault

="Yes"

in display layout but it is not working.can anyone suggest me ?

Thanks,

Rajesh

Parents
No Data
Reply
  • 95
    Offline posted

    The row selection option on the WinUltraGrid works on some grids and not on others. 

    This is possibly are conflicting settings, but no idea which. The command (either in code or in grid configuration)

    .Override.RowSelectors = DefaultableBoolean.True
    

    has no effect.

Children