Page_Prerender() {
if (grid.Items.Count > 10)
{ grid.PagerStyle.AlwaysVisible = true; }
else
{ grid.PagerStyle.AlwaysVisible = false;}
}
Thanks for your time.
Regards,
Raj
tab = RadTabStrip1.FindTabByText("Tab1");
tab.Selected =
true;
pageView.Selected = true;
please assume that "Tab1" tab was already created
While changing the width to 80% in the property window the width automatically became 0px
and this is what caused the error. So I have corrected it.
I can now see the chart OK with the Y Axis fine with increasing numbers and also the Series is OK.
But please help me in regards to the X axis text content.
It currently shows 1 in the center
I tried these lines of codes (one at a time) but seems to do nothing!
ChartProjects.PlotArea.XAxis.AddItem(projectCount)
ChartProjects.PlotArea.XAxis.AxisLabel.TextBlock.Text = dbRow(
"ProjectName").ToString.Substring(0, 2)
Can you help in this regards?
Thanks,
Sanjay
