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
1360
RowSelectors
posted

I need to display Rowselectors for the innermost (sixth) level of a WHDG to allow the user to make row selections.

I can see no reference to rowselectors in this control.

Any help gratefully received.

Paul

 

IG2010.2 ASP.NET

C#

  • 33839
    Suggested Answer
    posted

    Hi Paul,

    In 10.2 and below, RowSelectors are not officially supported in the WHDG.  You could try to turn them on by setting it in the behavior on the aspx (it won't show up in the Edit Behaviors dialog b/c it is not official yet).  But if you have grouped columns or an expansion column, the row selector will not reliably work or render correctly.  For the upcoming 10.3 release, it is now officially supported.  In the meantime, you could set CellClickAction of the SelectionBehavior to Row to allow users to do row seleciton in that manner.

    regards,
    David Young