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

Customization of progressbar

1 Answer 106 Views
ProgressBar
This is a migrated thread and some comments may be shown as answers.
Srinivas
Top achievements
Rank 1
Srinivas asked on 14 Sep 2010, 07:17 AM

Hello Telerik,

 I wanted to develop a progress bar control which can have the features like,

 " The information of the progress bar will come from Database (for sincronization with a Calculation Server)  " . do we have any property that supports this with the  Raddprogressbar control  telerik provided ?

To just brief you features of my control iam developing,

 

  • Can show a window with a progress bar

    

    
  •  The information of the progress bar will come from Database (for sincronization with a Calculation Server)

The form will have 2 configurable options ("Close and Continue the process at background", or "Close and Cancel the process"). This options can be configured for each process.

  • This form must be a Modal Dialog (window) because we need to stop the code behind it

 

 

 

Please let me know the possible solution for the above requirement.

Regards,
Srinivas

 

 

1 Answer, 1 is accepted

Sort by
0
Kiril Stanoev
Telerik team
answered on 16 Sep 2010, 02:09 PM
Hello Srinivas,

"The information of the progress bar will come from Database (for sincronization with a Calculation Server) "

This scenario is more complicated that setting just one property. The big picture is the following. Using a web service, you need to retrieve the values from the database and give them to the progress bar. Here is a nice article on WPF and Database. You can search in google for more resources on the topic. As for the usage of a window, I'd suggest you take a look at the RadWindow's online examples.

Sincerely yours,
Kiril Stanoev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ProgressBar
Asked by
Srinivas
Top achievements
Rank 1
Answers by
Kiril Stanoev
Telerik team
Share this question
or