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
420
Asynchronous loading of controls in Dashboard
posted

Hi All,

          I am developing a Windows Forms Application in which UltraWinGrid plays a vital role. Now the requirement is that I need to provide a dashboard feel which should contain Charts, Indicators, Grids, Reports,etc of the same data in a single view. I checked out the sample called "MyFinance" provided by Infragistics. We can create a user control which consists of navigation bar, explorer bar, ultracharts,etc and use it in the Form. So, for each and every user control we need to explicitly assign the datasource and also we need to handle the events.

        My question is "Isn't there an explicit dashboard control which could offer features like moving the components at run-time, resizing the components at run-time, hiding the components that we want,etc. In a nutshell I want to create a dashboard which is similar to that of a blog's dashboard with each and every component loading asynchronously. Is there any dashboard control which contains some set of controls by default and having the ability to assign a single datasource for the entire dashboard?

Regards,

Raghuraman.V