or
| <telerik:RadPane ID="OuterContentPane" runat="server" Scrolling="None" BorderSize="0"> |
| <telerik:RadSplitter ID="EntityPaneSplitter" runat="server" Orientation="Vertical" BorderSize="0" VisibleDuringInit="false"> |
| <telerik:RadPane ID="EntityPane" runat="server" Height="100%" Width="250px" MinWidth="250" Scrolling="None"> |
| <telerik:RadTreeView ID="PageListTreeView" runat="server" ExpandAnimation-Type="Linear" ExpandAnimation-Duration="250" EnableEmbeddedSkins="false" Skin="KSSG" /> |
| </telerik:RadPane> |
| <telerik:RadSplitBar ID="MainPaneSplitBar" runat="server" CollapseMode="Both" /> |
| <telerik:RadPane ID="MainPane" runat="server" Scrolling="None"> |
| <telerik:RadSplitter ID="MainPaneSplitter" runat="server" Orientation="Horizontal" BorderWidth="0" VisibleDuringInit="false"> |
| <telerik:RadPane ID="ContentPane" runat="server" ContentUrl="Administrator.aspx" BorderWidth="0"></telerik:RadPane> |
| </telerik:RadSplitter> |
| </telerik:RadPane> |
| </telerik:RadSplitter> |
| </telerik:RadPane> |
rgLog.MasterTableView.GroupByExpressions.Add("Topic [Topic] Group By Topic");
This generates an error saying "Field Topic not found in the source table. Please check the expression syntax". This had me puzzled for a few hours. I think the error occurs because it can not find the property "Topic" in my object.var
parentPage = GetRadWindow().BrowserWindow;
var dialogB = parentPage.GetRadWindowManager().GetWindowByName("taxesPaid");
oWindow.add_close(dialogB.GetContentFrame().contentWindow.CallBack1300);
oWindow.Close();
I get a stack overflow at 0. any advice?

function
ChangeBackground( xxcolorxx )
{document.getElementsByTagName(
"body")[0].style.background = xxcolorxx ;}
How do I pass the selected color to this function ?