Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
64 views
I'm trying to populate a dictionary class with opening and closing times, by date for the scheduler. This will allow me to enable and disable timeslots for specific dates. I have the logic working where it will enable and disable timeslots correctly, but the timing is off in creating the dictionary entries. I first attempted to populate the dictionary class in the page_init event, but the SelectedView of the scheduler is DayView everytime the page_init kicks off. So, I looked at the NavigationCommand event of the scheduler, but that gets kicked off AFTER the TimeSlotCreated event. I can't put the dictionary class creation into the TimeSlotCreated event, because that gets kicked off for every timeslot that gets shown.

What scheduler event is available BEFORE the TimeSlotCreated event, that has the SelectedView that is going to be shown?

In other words, the first time the page is loaded I start with SelectedView=DayView. Then I click on the Week link. Before the TimeSlotCreated event fires, I need to know where I can put my logic to populate the dictionary class where the SelectedView=WeekView. I need the SelectedView to show what the user selected, not what they had before the new selection.

I'm doing this in the Code-behind.
Plamen
Telerik team
 answered on 29 Nov 2013
4 answers
565 views
Hello all, 

Is there a way to access input control of RadAsyncUpload control from Grid ItemDataBound event?
When grid row is in edit mode, I need to display the file name that user have previously chosen.

I used findControl of RadAsyncUpload control like below. But cannot find child control.

protected void gridMembers_ItemDataBound(object sender, GridItemEventArgs e)
{
            if (e.Item.IsInEditMode)
            {
                RadAsyncUpload ascUpload = e.Item.FindControl("RadAsyncUploadFile") as RadAsyncUpload;
                Control l_Control = ascUpload.FindControl(ascUpload.ClientID.Replace(ascUpload.ID, "file1"));
// null
            }
}

Thanks in advanced,
Robin
Shinu
Top achievements
Rank 2
 answered on 29 Nov 2013
3 answers
87 views
Hi guys i want to edit the upper part of the tab strip like i've shown in this picture:

http://shrani.si/f/0/bC/JvWtwbF/tabstrip.png

I'd like to add user info and app info since its a touch app i wanna use all the space i can.

 is there a good solution for this or should i "hack" it with javascript after page load?
Shinu
Top achievements
Rank 2
 answered on 29 Nov 2013
1 answer
235 views
Hi,

I have to hide a template column on the databound event conditionally. How can I achieve this.

Thanks in Advance
Savyo
Princy
Top achievements
Rank 2
 answered on 29 Nov 2013
5 answers
119 views
I have a hierarchical grid with 3 levels (MasterTableView and 2 DetailTables).  I want to export each level separately depending on the option the user has selected.  I could not find a solution to get the levels exported.  Any help is appreciated.  Thanks
Kostadin
Telerik team
 answered on 29 Nov 2013
1 answer
126 views
Dear Telerik,

My grid is just one template column which has amongst other controls a RadTabStrip and 5 Multipages.
To reduce the page size I need to set  RenderSelectedPageOnly="true" on the MultiPage and then load each multi page with ajax as needed.

How can I access the TabClick event and control the selected tabs and multipages as normal please?

Cheers,

Jon
Eyup
Telerik team
 answered on 29 Nov 2013
1 answer
133 views

Hi Team,

I updated latest telerik version 2013.3.1114.45

 

In latest telerik Dll ,array of  RadCombobox  assingment at client site code is occurring from bottom to top.

As per given below:

var ddlPublishType = Telerik.Web.UI.RadComboBox.ComboBoxes[4];

var ddlPublishEventOnStatus = Telerik.Web.UI.RadComboBox.ComboBoxes[3];

var ddlPublishEventOnCycle = Telerik.Web.UI.RadComboBox.ComboBoxes[2];

var ddlPublishEventOnDynamic = Telerik.Web.UI.RadComboBox.ComboBoxes[1];

But In old telerik version 2009.3.1208.35 , array of RadCombobox  assingment was occurring from top to bottom.

As per given below:

var ddlPublishEventOnStatus = Telerik.Web.UI.RadComboBox.ComboBoxes[2];

var ddlPublishEventOnCycle = Telerik.Web.UI.RadComboBox.ComboBoxes[3];

var ddlPublishEventOnDynamic = Telerik.Web.UI.RadComboBox.ComboBoxes[4];


you can compare the difference between both red color + Italic font. Here apart from array index every thing is same. I just want to know why it is happening?
Nencho
Telerik team
 answered on 29 Nov 2013
0 answers
84 views
After upgrade to version 2013.3.1015 and later (including version 2013.3.1114) audio code in IE11 doesn't working. Latest functional version is  2013.2.717. Telerik has closed my support ticket and only created feedback item :-(.

Please all vote for this fix. Thank you to you all.

http://feedback.telerik.com/Project/108/Feedback/Details/65898-the-audio-code-functionality-of-radcaptcha-is-not-working-under-ie11

Kamil Zmeskal
Top achievements
Rank 1
 asked on 29 Nov 2013
1 answer
138 views
Hi,

How can I show context menu on gridbutton click? somebody please help.

Thanks
Allen
Princy
Top achievements
Rank 2
 answered on 29 Nov 2013
9 answers
178 views
Hi,

HeaderContextMenu OnItemClick event is not firing? 

Any help on this?

Best Regards,
Satz
Eyup
Telerik team
 answered on 29 Nov 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?