Who to change the row appearance in one specific grid when i'm using
Infragistics.Win.AppStyling.StyleManager.Load(
"Office2007Blue2.isl")
for my application.
I have 2005 V3. I'm really wanting the latest version but not quite able to spring for it yet. I can accomplish what I want with this version it's just no as easy. So far cash has won out over simplicity.
Thank you. And how can I change the row apperance for 2nd band?
If you use the InitializeRow event and set e.Row.Appearance, then that should override any AppStylist settings.
Hey Morrsd, what version do you have that doesn't come with the App Stylist?
If you plan on using app styles in your application the best practice would be to update the ISL file settings using the App Stylist application to do so. Otherwise you are asking to run into possible inconsistency especially if you allow the user to select various profiles.