or
radChart
.
PlotArea
.
YAxis
.
AutoScale =
false
;
radChart
.
PlotArea
.
YAxis
.
AddRange(
1
,
100
,
1
);
radChart
.
PlotArea
.
YAxis
.
Appearance
.
ValueFormat = Telerik
.
Charting
.
Styles
.
ChartValueFormat
.
Percent;
radChart
.
PlotArea
.
YAxis
.
Appearance
.
CustomFormat = "#.###";
<telerik:RadDataPagerButtonField FieldType="Prev" PrevButtonText="Previous"/>
Currently, when you are on the first page and mouse over the previous icon, a "hand" cursor appears, suggesting you can click on it (and the same if you are on the last page and mouse over the next icon).
Is there any way I can either remove the hand cursor, or remove the previous and next links completely if they do not do anything.
Kind Regards, Richard Jonas