Hi,
I've been looking for an answer but haven't been anything so apologies if it has already been answered.
I had a RadContextMenu with multiple targets (divs), when the onitemclick event is triggered how do I get which target the click event was launched from?
I need to know which control the contextMenu has been launched from as I'm using it as an edit/delete interface.
<telerik:radcontextmenu runat="server" id="ContextMenu1"
enableroundedcorners="True" enableshadows="True" onitemclick="RadMenuItem_Click" meta:resourcekey="ContextMenu1Resource1">
<targets>
<telerik:contextmenuelementtarget elementid="divField1" />
<telerik:contextmenuelementtarget elementid="divField2" />
<telerik:contextmenuelementtarget elementid="divField3" />
<telerik:contextmenuelementtarget elementid="divField4" />
<telerik:contextmenuelementtarget elementid="divField5" />
<telerik:contextmenuelementtarget elementid="divField6" />
<telerik:contextmenuelementtarget elementid="divField7" />
<telerik:contextmenuelementtarget elementid="divField8" />
<telerik:contextmenuelementtarget elementid="divField9" />
<telerik:contextmenuelementtarget elementid="divField10" />
</targets>
<items>
<telerik:radmenuitem text="Edit" value="Edit" runat="server" meta:resourcekey="RadMenuItemResource1" />
<telerik:radmenuitem text="Delete" value="Delete" runat="server" meta:resourcekey="RadMenuItemResource2" />
</items>
</telerik:radcontextmenu>
Thanks in advance

I am using the OnBatchEditCellValueChanged in the Client Events of the RadGrid. The first time a cell is edited it fires as it should, if I choose another cell in the same row and edit it fires as well but when I go back and edit the first cell that was edited it does not fire until I click on another row. Any thoughts or ideas would be great!
FYI, I am using Hierarchy grid and the cells being edited are in the master table view and updating cells in detail view when OnBatchEditCellValueChanged is fired.
Hi,
We have upgraded the current 2013 Telerik version to Telerik AspNet Ajax Net45 2021.2.616. Following the upgrade the RadDatepickers have stopped working. Although the calendar popup appears as expected, if a date is clicked (whether it’s on a date or empty cell) the popup closes.
Whilst looking into this we noticed that the older version has a click event attached to the RadCalendarPopup which does not get added when the 2021 version is used.
The RadDatePicker control used for testing
<asp:Panel id="Wrapper" runat="server">
<telerik:RadDatePicker ID="RadDatePicker" Style="display: none;" MinDate="01/01/1900" MaxDate="12/31/2200" runat="server" Skin="Cse" EnableEmbeddedSkins="false">
<Calendar ShowRowHeaders="False" FastNavigationStep="12"></Calendar>
<ClientEvents OnDateSelected="TelerikRadDateTimePicker_DateSelected" />
</telerik:RadDatePicker>
</asp:Panel>
The OnDateSelected is fired when the Go button is clicked. The onClosing method used sets the event. set_cancel() to true.
A screenshot attached
The 2021 version has wrapped the div click event in an If condition which we are unable to satisfy to get the click event added to the RadCalendarPopup div. Due this the calendar click event is treated as a document click event which closes the popup.
Could you please explain why the click event is wrapped around the If condition and help us find a workaround for this.
Thanks
Hi,
I have a radWizard and an ajaxloadingpanel (connected by a radajaxmanager)
However when I change steps the loading panel does not work,
The first step I am using the radwizard "next" button and on the second step y button is custom.On neither of the button clicks does the loading panel show.
Thanks

How to set the item width and height in accordance to the browser width and height in both code behind and client side?
Thanks.

I need to give the header text for the first column, while using the NestedViewTemplate in RadGrid.
I am getting 508 compliance error as "Empty Table Header", for the first column. I have attached screenshot, which is not having Header Text.

the problem is that i declared the function of onitemdatabound but theres an error that says it cant find the cell bound
for example i have a telerik: gridtemplatecolumn with unique name action and meta resourcekey gtcaction
then i have an item template where i have an imagebutton with present the id

Hello Guys,
I have inside a panel, multiple radhtmlchart that i want to print into new blank page. Can someone help me?
