Enable CheckBoxes in one radGrid after checked in other RadGrid.
I'm using <ClientEvents onSelected="func" /> and then I have finction ib JavaScript run on the other RadGrid. I know to to check them all (set_selected(true))
but I dont know how ot enable them all.
Thenks!
How to implement following scenario in a Grid which has a Master Table and a Detailed Table
"When all items in the detail table are selected then corresponding master table's parent item should also be selected"
Screen shot attached
Hi,
When I place RadSpreadsheet in a Radwindows ContentTemplate, no sheet is shown when I open the window.
The sheet is correctly shown when I click a toolbar item or switch Sheets.
I load the Excel in Page_Init, just like the demo page.
Can you reproduce this faulty behavior?
BR, Marc
Hi, I'm getting the following error from my RadGrid.. any ideas?
Thank you
Error: Value cannot be null. Parameter name: virtualPath
Stack Trace: at System.Web.VirtualPath.Create(String virtualPath, VirtualPathOptions options) at Telerik.Web.UI.GridEditFormItem.InitializeUserControlForm(GridColumn[] columns, ControlCollection controls, GridEditFormSettings formSettings) at Telerik.Web.UI.GridEditFormItem.InitializeEditForm(GridColumn[] columns) at Telerik.Web.UI.GridEditFormItem.Initialize(GridColumn[] columns) at Telerik.Web.UI.GridEditFormItem.SetupItem(Boolean dataBind, Object dataItem, GridColumn[] columns, ControlCollection rows) at Telerik.Web.UI.GridItemBuilder.CreateItems(GridGroupingContext group) at Telerik.Web.UI.GridTableView.CreateItems(IEnumerator enumerator, GridColumn[] columns, ControlCollection controls) at Telerik.Web.UI.GridTableView.CreateControlHierarchy(Boolean useDataSource) at Telerik.Web.UI.GridTableView.CreateChildControls(IEnumerable dataSource, Boolean useDataSource) at System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls() at System.Web.UI.Control.EnsureChildControls() at Telerik.Web.UI.GridTableViewBase.get_Controls() at System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) at System.Web.UI.Control.LoadViewStateRecursive(Object savedState) at System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) at System.Web.UI.Control.LoadViewStateRecursive(Object savedState) at System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) at System.Web.UI.Control.LoadViewStateRecursive(Object savedState) at System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) at System.Web.UI.Control.LoadViewStateRecursive(Object savedState) at System.Web.UI.Page.LoadAllState() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
RadTabStrip1.Tabs.FindTabByText("Edit").Selected =
True
For some reason it is not finding the sub tab "Edit" of the parent "File".
Hi..
I added my custom theme. But it does not skin the Radmenu or any of the controls on a page. Page contains master page.
Any ideas what is wrong? I have the following in the Master
<link href="~/Skins/Flom/Window.Flom.css" rel="stylesheet" />
See attachment
thx again!