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
565
Merge Cell in WinGrid
posted

Hi, I am using Merge cell function in Infragistic 11.2.20112.2050.  When same values of cell are merged, I would like to have cell backcolor kept same as row backcolor instead of using color as first merged row.  Is there a way to do that?  

attached is example code.  When you ran it, you can see the first three rows of two merged cells are white. The backcolor of second row is gray.  I used row color to indicate different types. It is confused when the colors in merged cells are not same as row backcolor.

Thanks in advance for your help 

MergeCell_Sample.zip
  • 71886
    Offline posted

    Hello clarali,

    After some research, the "Ability to keep the cell backcolor when merged" has been determined to be a new product idea. I have sent your idea directly to our product management team.

    Our product team chooses new ideas for development based on popular feedback from our customer base. Infragistics continues to monitor application development for all of our products, so as trends appear in requested features, we can plan accordingly.

    We value your input, and our philosophy is to enhance our toolset based on customer feedback. If your idea is chosen for development, you will be notified at that time.

    Your reference number for this product idea is PI12090108.

    If you would like to follow up on your request at a later point, you may contact Developer Support management via email. Please include the reference number of your product idea in the subject and body of your email message. You can reach Developer Support management through the following email address: dsmanager@infragistics.com

    Thank you for your request.

  • 469350
    Offline posted

    Hi,

    I'm not sure if this is possible. There's no property setting that will do it. The only way you could achieve this would be to use a DrawFilter, and it would be a particularly difficult and complex one.