how to handle progress bar within a react form in kendo react

1 Answer 20 Views
ProgressBar
Khurram
Top achievements
Rank 1
Khurram asked on 15 Feb 2024, 05:28 PM
how to handle progress bar within a react form in kendo react

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 18 Feb 2024, 09:52 PM

Hi Khurram,

Thank you for reaching out to us.

If you want to use a ProgressBar within a Form to show the progress of the filled fields, you can refer to the following example:

You will notice that on each re-render of the Form I am calling a method that will check the values of all fields and set the corresponding value within the ProgressBar as a percentage. I am passing the formRenderProps in the custom function, so I can retrieve the values:

Hope this helps.

 

Regards,
Konstantin Dikov
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources!

Tags
ProgressBar
Asked by
Khurram
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or