Telerik Forums
UI for ASP.NET AJAX Forum
7 answers
231 views
When I am using the rad combobox and select an item and then hit backspace, the browser always navigates to the last page I was at.  How do I disable the backspace for navigation but leave it working for editing text.
Nencho
Telerik team
 answered on 18 Feb 2014
1 answer
68 views
Hi
I am using RadAsyUploader with  asp.net  updatepanel  in RadWindow  for uploading image , when image is uploaded and server site event get finish Rad Window get closes immediately. but my requirement is that it should be open and when i click on close button then it get close.
Marin Bratanov
Telerik team
 answered on 18 Feb 2014
3 answers
365 views
Hi 
I am using rad confirm box to display a message. If the user clicks yes I have to do some steps. If "no" then something else. How can I do this? Here is what I have so far. Appreciate help with this.

aspx.cs
=======
MoreInformationWindowManager.RadConfirm("This event time slot has no available openings. Would you like to be put on the wait list?", "confirmCallBackFn", 330, 180, null, "WARNING");
if(result(radconfirm) == yes)
{
some code
}
else 
{some code
}


aspx
====
function confirmCallBackFn(arg) {
            if (arg == true) {
                radalert("<strong>You have been waitlisted. An email has been sent out to you.</strong> <h3 style='color: #ff0000;'>" + arg + "</h3>", 350, 250, "CONFIRMATION");
            }
            else {
                radalert("<strong>You have cancelled the request.<strong>" ,330, 180, "CONFIRMATION", null);
               // "confirmCallBackFn", 330, 180, null, "WARNING");
            }
        }
Marin Bratanov
Telerik team
 answered on 18 Feb 2014
2 answers
100 views
Morning All,

I am having a small and trivial issue but my client has flagged it up so trying to resolve it.

I have a tabstrip in a webform that is loaded inside a RadWindow and the text on the tabs is White. (Screen1.png Attached)

I have a tabstrip inside a usercontrol that is loaded as the add/edit for a grid and the text on the tabs is Dark Blue. (Screen2.png Attached)

I have double checked the declaration and there is no difference between the two and I have checked for CSS that might be affecting either one and came up stumped.

Anyone else had this issue?

Regards, Paul.
Paul
Top achievements
Rank 1
 answered on 18 Feb 2014
1 answer
95 views
Template column is binary Image,asycn upload  in grid when change the image particular row the image is change to all rows  code behind 

 this code {http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandradasyncupload/defaultcs.aspx?product=binaryimage } i can't understand pls help me another sample code


Maria Ilieva
Telerik team
 answered on 18 Feb 2014
4 answers
224 views
Hi,

I have a ASPX page, which when tried to open on Javascript wondow.open, the radchart is not displaying.
But when the URL (that is used in JavaScript) is pasted on the main window (IE), the radchart is displayed.

Please help!

Regards
Saroop
Saroop
Top achievements
Rank 1
 answered on 18 Feb 2014
1 answer
162 views
I am using rad scheduler and i want to fix the MinimumRowHeight of the scheduler.
I tried using MonthView-MinimumRowHeight="4", and it is working fine when MonthView-AdaptiveRowHeight="false"
But minimum row height property is not working when i set   MonthView-AdaptiveRowHeight="true".
Can any one please  guide me how to use both of these properties together.

<telerik:RadScheduler ID="RadScheduler1" runat="server" EnableDescriptionField="true" Width="800px" ReadOnly="True" 
                                OnAppointmentDataBound="RadScheduler1_AppointmentDataBound"  MonthView-VisibleAppointmentsPerDay="10"
                                SelectedView="MonthView"  Height="800px" MonthView-MinimumRowHeight="3" MonthView-AdaptiveRowHeight="true">
Shinu
Top achievements
Rank 2
 answered on 18 Feb 2014
1 answer
90 views
After click on shorting button in a column header name coming with white space.

Princy
Top achievements
Rank 2
 answered on 18 Feb 2014
1 answer
110 views
I have a grid where I am using an ItemTemplate column with a CheckBox for row selection. If one of the columns has a particular value the row should not be selected again and I disable the checkbox for that row in the ItemDataBound event. Another column in that same row has a long string value that I want to popup a form where I can format and display the string in a user friendly way. It was all working until I decided to disable the checkbox. Disabling the checkbox also diables the ability to select the row. Now when I try to get the value for the row it fails because RadGrid1.SelectedItems.Count is 0. Is there a way to get the index of the double clicked row, or leave selection of the row enabled?
Princy
Top achievements
Rank 2
 answered on 18 Feb 2014
1 answer
117 views
We are using RadContextMenu in our product.
I am using Contextmenu within Repeater, The problem I am facing is, I have tried to add client side events in itemdataboud and itemcreated but nothing works.
I am adding it like:
 contextMenu.Attributes.Add("OnItemClicked","return test1();");

But the test1 has never fired.
Note here that I don't care about sender and args parameters.
Can someone please tell me how to add client side attribute in server side code, although the above statement worked for other radcontrols like RadNumericTextbox.

Any help will be greatly appreciated, I have tried to find solutions for many hours now but nothing help, please.
Shinu
Top achievements
Rank 2
 answered on 18 Feb 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?