This is a migrated thread and some comments may be shown as answers.

Blazor Dashboard Project

1 Answer 1047 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Steve
Top achievements
Rank 1
Veteran
Steve asked on 23 Nov 2020, 05:32 AM

I've created a simple dashboard using the Dashboard Project Template and was wondering what's the best approach to having the dashboard update either on a timed basis or data being updated?

Should each Blazor Component handle it's own refresh or should we look at doing this at layout level?

 

Cheers

 

1 Answer, 1 is accepted

Sort by
0
Accepted
Marin Bratanov
Telerik team
answered on 23 Nov 2020, 09:33 AM

Hi Steve,

This is entirely up to your needs and preferences. For example, if the individual components work with quite different data from one another, perhaps it will make more sense to have each of them request its own data as needed. If, however, most of the data comes from one place and is passed down as parameters to individual components, maybe updating that single place will be significantly easier. 

What I can suggest as sample resources is the following projects we have that take rather different approaches:

 

Regards,
Marin Bratanov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Charts
Asked by
Steve
Top achievements
Rank 1
Veteran
Answers by
Marin Bratanov
Telerik team
Share this question
or