Hi.
I want to display the gauge as one of the column in the RADgrid.
Instead of showing the performance in number, i want to display the guage.
And i want to get the value from datasource.
Is that possible...?
If yes, pls help me by giving the solution.
thanks
--Alex
I want to display the gauge as one of the column in the RADgrid.
Instead of showing the performance in number, i want to display the guage.
And i want to get the value from datasource.
<telerik:RadLinearGauge runat="server" ID="RadLinearGauge1" Scale-Vertical="false" Scale-MajorTicks-Visible="false" Scale-Labels-Visible="false" Width="120px" Height="20px"> <Pointer Shape="BarIndicator" Value="60"> <Track Opacity="0.4" /> </Pointer> <Scale Min="0" Max="100"> </Scale> </telerik:RadLinearGauge>Is that possible...?
If yes, pls help me by giving the solution.
thanks
--Alex