Hi.
When I apply my custom theme the RadDatePicker does not show the small calendar icon on the right in the input text field.
Any ideas?
thx

Hello,
I have the following problem.
I have a Radgrid with cells default value=0
When i edit these cells for example i put the number 3 in the cell and click on save button
I get always "0" when i read the cell value instead of the Value 3 which i entered.
This is my code:
telerik:RadGrid ID="GridVK" runat="server" Culture="de-DE" AutoGenerateColumns="False" MasterTableView-EditMode="InPlace"><GroupingSettings CollapseAllTooltip="Collapse all groups"></GroupingSettings> <ClientSettings> <ClientEvents OnBatchEditClosed="batchEditClosed" /> </ClientSettings> <MasterTableView EditMode="Batch" > <BatchEditingSettings OpenEditingEvent="MouseUp" EditType="Cell" /> <RowIndicatorColumn Visible="False"> </RowIndicatorColumn> <ExpandCollapseColumn Created="True"> </ExpandCollapseColumn> <Columns> <telerik:GridBoundColumn DataField="name" FilterControlAltText="Filter column1 column" HeaderText="Name" UniqueName="ColName"> </telerik:GridBoundColumn> <telerik:GridNumericColumn DataField="Sells" DecimalDigits="2" FilterControlAltText="Filter column column" HeaderText="Sells" UniqueName="ColSells" EmptyDataText="0"> </telerik:GridNumericColumn> </Columns> </MasterTableView> </telerik:RadGrid>
in VB:
For Each item As GridDataItem In GridVK.Items vk = New Selldata vk.vkname = item("colname").Text vk.solljanuar = item("ColSells").Text next
Why did i get always "0" instead the value i entered?
Sorry for my english.
Regards
Manuel
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".
