<
form id="form1" runat="server">
<
asp:ScriptManager ID="ScriptManager1" runat="server" />
<
asp:Label runat="server" ID="lblShow" Text="Test bug"></asp:Label>
<
radC:RadContextMenu EnableViewState="false" ClickToOpen="true" ID="RadMenu1" runat="server" Flow="Vertical" style="left: 0px; top: 0px" >
<
Targets>
<radC:ContextMenuControlTarget ControlID="lblShow" />
</Targets>
<
Items>
<radC:RadMenuItem runat="server" Text="Calendar" Value="Day_Selector">
<Items>
<radC:RadMenuItem runat="server" Value="Day">
<ItemTemplate>
<radC:RadCalendar ID="RadCalendar1" runat="server" EnableMultiSelect="False" SelectedDate="" EnableViewState="false" TitleFormat="MMM yyyy" Width="160px" />
</ItemTemplate>
</radC:RadMenuItem>
</Items>
</radC:RadMenuItem>
</
Items>
</
radC:RadContextMenu>
</
form>
Any ideas on how to resolve this issue?
Hi,
I would like to get the number of item in my datasource but with the sorting i only have the item of the page.
Me.myradgrid.MasterTableView.Items.Count
So i try using the PagingManager,but my PagingManager is nothing...
Me.myradgrid.MasterTableView.PagingManager.DataSourceCount
I call theses instructions in my behind-code to update a label in the databound fonction of my radgrid.
Thx
Dear Telerik,
I am using rad grid with edit button in it, when edit button pressed a user control will open in the grid
When page poastabck or some action happens, how can i close the user control in the grid?
Thnaks in advance