Hi,
Is there a way to turn off the fading/animation effect on XamDataGrid?
This occurs when you select rows, hover over items, or opening the GroupBy area.
This is a good visual effect overall, but slows down drastically when users use the application over remote desktop.
Please advise.
Thanks!
"no built-in functionality" very good to hear it from you oftenly!. you really like to say that..
Excuse me if I mislead you. The DefaultStyles folder is not actually being used via the controls. It is provided only for users’ reference. What you can do is either copy the styles you need and paste them in your xaml or copy the whole xaml file and reference it in your project.
Please let me know if you require any further clarification on the matter.
Sincerely,
Petar Monov
Developer Support Engineer
Infragistics Bulgaria
www.infragistics.com/support
Hi Petar,
Thank you very much for your help. I'd love to change the default style, however, at the firm I work at, all the files under program files are locked, and it's not a simple thing to change this, and I would have the same problem when I put this in the production environment. Is there a way I can copy specific xaml files out of the DefaultStyles folder, save it somewhere under the project folders, modify it, and have it override the default loaded styles?
Otherwise, is there a way to remove the storyboard in run-time? I have no idea how to access the instance of ResourceDictionary created according to DataPresenterGeneric_Express.xaml, but if I could somehow have a handle, can't I do something like rd.Resources.Remove("timelineIsSelected")...? This, I may be completely off, but I hope you can understand what I'm trying to say.
Hello,
I have been looking into this for you and though there is no built-in functionality to disable this you can do it by altering the original templates that are provided in the DefaultStyles folder. What you should do is remove the storyboards that are triggered by the states you don’t need. Here is a forum thread that show how you can do this for the hovering animations: http://forums.infragistics.com/forums/p/4652/121251.aspx#121251 and there is even sample project you can refer to.
Hope this helps.