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
200
Column Group By row selection
posted

When a column is dragged to the GroupBy area, is the top group by row created after the drop always 'Selected'? If so, do I have to write code to not select it in certain cases.

RM

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    RM_mid said:
    When a column is dragged to the GroupBy area, is the top group by row created after the drop always 'Selected'?

    Yes.

    RM_mid said:
    If so, do I have to write code to not select it in certain cases.

    If you want nothing to be selected, then yes, you would have to write code to do that.

    To be perfectly frank, I'm not sure why the grid does this. There should probably be a property to turn this off. You should Submit a feature request to Infragistics

Children
No Data