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
155
UltraWinGrid, add custom control to Summary Row
posted

Hi,

Is there any way to add custom control (like a button) into a cell in Summary Row of the grid?

Parents
  • 2155
    Verified Answer
    Offline posted

    Hello Colin,

    Thank you for posting in our forum.

    UltraGrid does not have a functionality to embed a custom control in a summary cell.

    However, you might be able to use a CreationFilter to manipulate the UIElements and add a button element to a summary cell element.

    I have created a sample for you.

    For more information about CreationFilter, please take a look at the document page below.
    https://infragistics.com/help/winforms/win-creation-filter

    Let me know if I may be of further assistance.

    Thank you,
    Mihoko Kamiishi

    CASE-186771.zip
Reply Children