views:

99

answers:

0

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. We can create a user control which consists of navigation bar, explorer bar, charts,etc and use it in the Form. So, for each and every control used in the 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