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
160
Expansion indicator on Columns
posted

 It's possibile to insert expansion indicator on columns header? Have columns grouped and having the possibility to hide/show in horizontal layout:

 A+ B+ C+   -------> for example clicking on + near A and B obtains ------->  A a1 a2 a3 B b1 b2 C+

Parents
No Data
Reply
  • 469350
    Offline posted

    No, there is no built-in functionality for this kind of thing. You should Submit a feature request to Infragistics.

    You might be able to implement something like this yourself. You could use a CreationFilter to add the ExpansionIndicator or a button or something into the column header. Then you could hide or show certain columns based on the state of that ExpansionIndicator. 

Children