I placed a RadMonthYearPicker on my page.
<telerik:RadMonthYearPicker DateInput-DateFormat="MMMM, yyyy" DateInput-DisplayDateFormat="MMMM, yyyy" Skin="MetroTouch" ID="MYPickerEnd2" CssClass="MYPickerEnd2" runat="server" />
var monthyearpicker = $find("<%= MYPickerEnd2.ClientID %>");
I am getting null every time.
On my page I am getting this as the client id: ctl00_MainContent_AnalyticOutline_MYPickerEnd2
I was going to use javascript to open the RadMonthYearPicker when clicking on some specific text on our page.