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
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 PavlovInfragistics, Inc.