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
230
WinGrid GroupBy with Buttons
posted

Hi All,

I have a ultrwingrid with outlookgroupby style to that i need at add buttons on group level as shown in the attachment.

Can any body suggest me a way to do that?

Cheers....

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    There's no built-in way to add buttons to a GroupByRow. But you could do this with a CreationFilter. You would probably need to derive your own class from ButtonUIElement. That way the element could store information like what kind of button it is and maybe have a method to return it's GroupByRow. And you could override it's OnClick method.

Children
No Data