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
385
Using different styles on different grids
posted

Hi, 

i'm searching for a solution to use multiple grids on a single page with the possiblity of every grid using another style.

Is that possible at all?

Thanks in advance

Parents
No Data
Reply
  • 23953
    Offline posted

    Hello Sag,

    If you're talking about different theme for each grid, then you have two options.

    1. Use an iframe

     2. Use a less css and make the styles more specific by applying a descendant selector by ID. This however will not give the best results, because some of the elments of the grid will still use the main theme. Attached you can find a sample demonstrating this specific approach. You'll notice that the bottom grid which is using the metro theme will still have summaries buttons using the Infragistics theme.

    Best regards,
    Martin Pavlov
    Infragistics, Inc. 

    igGrid_different_themes.zip
Children
No Data