Telerik Forums
UI for ASP.NET AJAX Forum
11 answers
819 views
Hello,

I've a rad scheduler with a customized template for the edit item. I've my own controls in the template and it is working fine. But when i double click an empty cell i just get prompted to enter the title of the appoinment. Can i custom that template too? I want another dropdown it, say category.

Thank you.
Plamen
Telerik team
 answered on 02 May 2013
1 answer
122 views
I used the latest RadAsyncUpload Additional files example and got it working perfectly. However I wanted to change from the textbox example to a textarea. It works great however the formatting is messed up. When I add the second (or more) file the file moves to the right of the TextArea instead of aligning to the left..See the attached screenshot. I looked at ruFileWrap and some other CSS but can't seem to find the right style to change. I need to get this working quickly. Any help would be greatly appreciated. 
Hristo Valyavicharski
Telerik team
 answered on 02 May 2013
1 answer
441 views
Hi all,

I created RadCombox with  <headerTemplate> and <ItemTemplate>.
Now I need to select all items by selecting "Check All" option .
Can anyone tell how to add "check all" option for this.
Note: I tried with EnableCheckAllItemsCheckBox="true" ,but it is not selecting all items .
Plamen
Telerik team
 answered on 02 May 2013
1 answer
204 views
Hi there -

I'm new to Telerik controls; I'm evaluating them on a trial basis to ensure we wish to purchase the control set.  I have a question regarding the progress area.

I have a standard asp.net upload control.  I'm uploading a file which I save to a local directory and then call a custom process to cycle through the records and process them through some business logic.  During this processing, I'm updating the progress area.  I'm using the RadProgressArea Custom Progress example in your documentation: http://www.telerik.com/help/aspnet-ajax/progressarea-customprogress.html

When my custom progress is complete, the progress area disappears.  I am returning a string indicating if the processing was successful or not along with some other information I wish to show on the page.  What is the right away to go about this?  Is there way I can update the text of label from code-behind when the custom progress is done and have it visible on the page?

Thanks!
Hristo Valyavicharski
Telerik team
 answered on 02 May 2013
2 answers
281 views
Hi, 
I am working with RadAsyncUpload in ASP.NET. I want to upload selected files by drag and drop and save into a floder. I refered the following link but it is not working. 
http://demos.telerik.com/aspnet-ajax/asyncupload/examples/draganddrop/defaultcs.aspx?#qsf-demo-source

Please tell me the solution.
Harikrishna
Top achievements
Rank 1
 answered on 02 May 2013
3 answers
128 views
Hi,

I am new to dynamic data and radscheduler. I have a scenario now to integrate Telerik RadScheduler along with asp.net dynamic data. Can I use dynamic data along with rad scheduler? I have done googling and didnot find any useful solution. Please advice me if I can use rad scheduler with dynamic data. Please provide some code samples also.

Regards,
Sujith.S.Nair
Plamen
Telerik team
 answered on 02 May 2013
1 answer
78 views
Hi

I am using RadGrid with GridClientSelectColumn. I want to select multiple rows by checking checkboxs as well as by clicking on rows. For this I found a solution from one of the posts that is http://www.telerik.com/community/forums/aspnet-ajax/grid/multiple-row-select-problem-on-row-click.aspx#2600113

It works properly with Firefox and chrome but not with IE.

In IE8, clicked row is the only selected row. 
Multiple row selection works with IE9 but If I scroll down my list and select some of the bottom rows, It won't be selected.

anyone has a solution for this.?

Thanks
Kamini

Eyup
Telerik team
 answered on 02 May 2013
0 answers
63 views
I want to show some data on AppointmentTemplate which is foreign key. I used this code:
<AppointmentTemplate>
    <div class="rsCustomAppointmentContainer" dir="rtl" style="min-height: 40px; text-align: center;">
        <h2>
            <%# Eval("Subject") %>
        </h2>
        <br />
        <div>                                                 
             <telerik:RadComboBox runat="server" ID="DoctorAppointmentRadComboBox" DataTextField="Name"
                DataValueField="Id" Width="97%" Skin="Office2007" Enabled="false" SelectedValue='<%# Eval("DoctorAppointmentId") %>'
                DataSourceID="DoctorAppointmentsEntityDataSource">
            </telerik:RadComboBox>
        </div>
    </div>
</AppointmentTemplate>

and filter Scheduler with another DropDownlist.
But I got " Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control' error. Is there another solution to show value of foreign key.
shahab
Top achievements
Rank 1
 asked on 02 May 2013
3 answers
135 views
Hi telerik,

We are using visual studio 2005(framework 2.0) we need to use 

 Session Timeout notification 

http://demos.telerik.com/aspnet-ajax/notification/examples/sessiontimeout/defaultcs.aspx


IS RadNotification  supported  in visual studio 2005?

Shinu
Top achievements
Rank 2
 answered on 02 May 2013
1 answer
85 views
Hi please check this javascript  code:
           var tabStrip = $find('<%=TabStrip1.ClientID%>');
            var tabs = tabStrip.get_tabs();
            var tab = new Telerik.Web.UI.RadTab();
            tab.set_text("U" + unitid);
            tabStrip.trackChanges();
            tabStrip.get_tabs().add(tab);
            tabStrip.commitChanges();
i want to Set (newly created tab ("U" + unitid)) as selected tab in above coding.
i unable to do Setting Selected Tab on client side..
aditya pratap
Top achievements
Rank 2
 answered on 02 May 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?