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

can we bind datatable to Telerik RadRadialGauge?

1 Answer 149 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Shravani
Top achievements
Rank 1
Shravani asked on 25 Feb 2013, 04:08 PM
I am new to Telerik Controls. I need a RadialGuage control which binds the table from database and shows the output.

1 Answer, 1 is accepted

Sort by
0
Danail Vasilev
Telerik team
answered on 27 Feb 2013, 11:26 AM
Hello Shravani,

In order to familiarize yourself with the RadGauge you can take a look at RadGauge's online demos as well as at the online documentation.

The RadGauge is not actually a databound control, as it consists of several rather simple properties. Thus, you can set them programmatically by referring to extracted values from your datasource.

For example you can find the min and max values from your datasource and set them to the Min and Max properties of the RadGauge's Scale. For the Pointer's value you can use a custom function that calculates it based on scales' values or other factors.

How you get the data from your database depends on your use case, needs and preferences. You can also find useful this help article related to the programmatic creation of the RadGauge.

Greetings,
Danail Vasilev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
General Discussions
Asked by
Shravani
Top achievements
Rank 1
Answers by
Danail Vasilev
Telerik team
Share this question
or