Question

How can i use loading panel in WPF using C# while loading data into gridcontrol by clicking button? I am using devexpress "gridcontrol".

Was it helpful?

Solution

Why you need to use the loading panel? Are you processing large volumes of Data? If so, use the approaches described in Processing Large Volumes of Data help-article. These approaches can avoid any UI-blocking operations.

Anyway you can use the GridControl.ShowLoadingPanel property.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top