or
<
telerik:RadTreeView
ID
=
"RadTreeView1"
runat
=
"server"
EnableDragAndDrop
=
"True"
OnNodeDrop
=
"RadTreeView1_HandleDrop"
EnableDragAndDropBetweenNodes
=
"true"
BackColor
=
"White"
>
GridItemEventArgs
e, property Item, if it's a GridEditFormItem). If I try to find the label or textbox control that I want to disable, I can find them and set their visibility fine. But if I try giving an Id to the Tr table row tag, or to a div that I wrap around that tag, and try FindControl with the id of those controls, item.FindControl does not find the control. I want to disable the entire table row, not just the controls in that row. How can I do that?
Thanks!
IIF(S_FELIQ<{01/09/2010},15,IIF(S_FELIQ<{01/12/2010},23.05,29.2025))
IIF(S_FELIQ
Hi, I'm using radChart for reporting purpose, but setting PlotArea height from code behind seems not working.
e.g
<telerik:RadChart ID="radChart" AutoLayout="false" runat="server">
</telerik:RadChart>
...
radChart.Appearance.Dimensions.Height = Telerik.Charting.Styles.Unit.Pixel(200);
radChart.Width = System.Web.UI.WebControls.Unit.Pixel(1020);
...
radChart.PlotArea.Appearance.Dimensions.Height = Telerik.Charting.Styles.Unit.Pixel(150);...
radChart.PlotArea.XAxis.AutoScale = false;
radChart.PlotArea.XAxis.AddItem(axisItem);
radChart.PlotArea.XAxis.AxisLabel.TextBlock.Text = "Sample";
radChart.PlotArea.XAxis.Visible = ChartAxisVisibility.True;
radChart.PlotArea.XAxis.AxisLabel.Visible = true;
radChart.PlotArea.XAxis.LayoutMode = ChartAxisLayoutMode.Normal;
x-axis labels("Sample") are cut off.
RadTreeNode to parent page (page.aspx) into literal control.
Anyone got suggestion for a clean solution ?
Thanks,
/Mattias