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....
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.