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
450
Different ButtonDisplayStyle for different rows
posted
Is it possible at all to set a different ButtonDisplayStyle for the same column for different rows? My requirement is to have the ButtonDisplayStyle for my AddRow which is fixed at the top of the grid, as well as my FilterRow, set to Always, but for the rest of the data rows in my grid set to OnMouseEnter.
Parents
  • 469350
    Verified Answer
    Offline posted

    Hi Armond,

        There's no easy way to do this. But it can be done.

        What I would do is set ButtonDisplayStyle to Always. Then use a CreationFilter to remove the ButtonUIElement from the cell under certain conditions. It's a big tricky, but I'm sure it can be done.

        If you are not familiar with CreationFilter, they are really powerful and worth the effort to learn. Check out the Infragistics Knowledge Base for articles and sample CreationFilters. Also, get the Infragistics UIElementViewer Utility. It's a big help when working with UIElements.  

Reply Children
No Data