| protected void btnReset_Click(object sender, EventArgs e) |
| { |
| foreach (GridColumn column in grdContacts.MasterTableView.Columns) |
| { |
| column.CurrentFilterValue = string.Empty; |
| } |
| grdContacts.Rebind(); |
| |
| } |
| double seriesMaxYVal = radChartObj.Series.GetMaxYValue(); |
| double seriesMinYVal = radChartObj.Series.GetMinYValue(); |
I set Y-axis isLogarithmic property as true.
| radChartObj.PlotArea.YAxis.IsLogarithmic = true; |
But RenderContents function is throwing exception.
Inner Exception:
{"Value was either too large or too small for a Decimal."}
Stack Trace:
" at System.Decimal..ctor(Double value)\r\n at Telerik.Charting.ChartYAxis.Initialize(Double min, Double max)\r\n at Telerik.Charting.ChartYAxis.InitializeItems()\r\n at Telerik.Charting.ChartPlotArea.InitializeAxes()\r\n at Telerik.Charting.RenderEngine.InitializeChartElements()\r\n at Telerik.Charting.Chart.GetImage(Int32 width, Int32 height)"
Please let me know if there is any limitaion of series item value in RADChart.
Please suggest a solution.
Thanking you in anticipation.
Regards,
LJ
ContextMenuControlTarget ControlID
property). But at one tab I do not want to show the ContextMenu.
My problem is that in the TabStrip's OnClientContextMenu event I can not cancel the contextmenu to open and in the ContextMenu's OnClientShowing event I do not know which tab triggerd the event so I can not cancel the desired event.
Any suggestion?
Thanks.

