Telerik Forums
UI for ASP.NET AJAX Forum
7 answers
125 views
I am working with RadMenu and I could not get my menus the way I want them to look like.
I want my menus to look like the menus on the telerik website. Only when I dropdown I need to show sub menu items. Can you help me with the skin.

I am attaching an image of what my menu looks like.
Kate
Telerik team
 answered on 18 Feb 2014
7 answers
225 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
65 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
354 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
95 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
94 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
219 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
159 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
85 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
104 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
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?