|
Rank: Newbie
Groups: Registered
Joined: 7/28/2010 Posts: 1 Location: New Delhi
|
Hi Tansu,
How can I refresh dashboard when click a button in widgets on that dashboard?
Regards ankur
|
|
Rank: Advanced Member
Groups: Registered, Administrators
Joined: 7/24/2009 Posts: 460 Location: Türkiye / Ankara
|
Hi,
Just call DashboardSurface.Refresh method. You can a reference to the current hosting DashboardSurface instance in IWidgetControl.InitControl method.
Also see DashboardPage class in our sample web application. We add a toolbutton in every dashboard to let user refresh full dashboard.
Regards.
-tansu
|