Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
132 views
We need more space to see the file names as many filenames vary by only the last few characters. We are using version 2011.2.712.40. What do I need to do to increase the space for the filenames?
Rumen
Telerik team
 answered on 17 Nov 2016
1 answer
102 views

hi all,

I am new to telerik . I had a doubt regarding how to use radcombobox and editable textbox inside a radgrid.

I have attached the image for better understanding.

Each row in radgrid i need radcomboxbox and editable textbox and commands against them . Commands are edit,save,delete.

 

 

Eyup
Telerik team
 answered on 17 Nov 2016
4 answers
267 views

I have an ASP.Net page with Telerik controls like the RadMenu, RadButtons, RadTextBox, RadLabels, and RadioButtonList at the top of the page.

After the Telerik controls there is a Crystal Report Viewer control.

I need a way to keep all the Telerik controls at a fixed position at the top of the page so that no matter how the user scrolls the rest of the page including the Crystal Report Viewer, that all the Telerik controls will stay in view.  This needs to be able to work on mobile devices (Android, iOS, Windows) as well.

I have tried using CSS position: fixed with a div but that does not work well and gets even worse on Android devices.

Any ideas?

Please help.

Sincerely,

Keith Jackson

Keith
Top achievements
Rank 1
 answered on 16 Nov 2016
1 answer
131 views

Hi,

 

KeepInScreenBounds is not working on Lightweight rendering 2016.3.1027 skin Default

What could this be?

BR
Marc

Marin Bratanov
Telerik team
 answered on 16 Nov 2016
8 answers
312 views

Dear Team mates,

I've a problem with the RadScheduler TimeSlot. and I want to remove the Default Week-end Column Color and Adding colour to some other column using the following code.


void
RadScheduler1_TimeSlotCreated(object sender, Telerik.Web.UI.TimeSlotCreatedEventArgs e)

{


    if (e.TimeSlot.Start.Date.DayOfWeek == DayOfWeek.Friday)

        e.TimeSlot.CssClass = "rsSunCol";

    else if (e.TimeSlot.Start.Date.DayOfWeek == DayOfWeek.Thursday)

        e.TimeSlot.CssClass = "rsSatCol";

    else

 

        e.TimeSlot.CssClass.Replace("rsSunCol", string.Empty);  // e.TimeSlot.CssClass =  string.Empty;
}

as it's given in the existing code, Friday and Thursday has it's differentiation with the different week-end color. but I cannot remove the Saturday and Sunday Color.

please let me know hot to replace the CssClass of the default week-end (Sat & Sun) as a normal column.



Thanks in Advance.





Veselin Tsvetanov
Telerik team
 answered on 16 Nov 2016
1 answer
188 views

How do I go about setting a ToolBarButton image sprite on the client side? I want to change the sprite css class depending on user action.

On the server side, I successfully set the sprite for the buttons "Option1" and "Option2" in my toolbar "rtbarLs" like this:

RadToolBarButton rtbb1 = (RadToolBarButton)rtbarLs.FindItemByValue("Option1");
rtbb1.SpriteCssClass = "spriteCheck";
rtbb1.EnableImageSprite = true;
RadToolBarButton rtbb2 = (RadToolBarButton)rtbarLs.FindItemByValue("Option2");
rtbb2.SpriteCssClass = "spriteBlank";
rtbb2.EnableImageSprite = true;

 

On the client side, I tried this:

var rtbarSumm = window.$find("<%= rtbarLs.ClientID %>");
rtbarSumm.findItemByValue('Option2').set_spriteCssClass("spriteCheck");

 

but the spriteCssClass for ToolBarButton "Option2" is still "spriteBlank". Note that there is no JavaScript error reported in the debugger console.

Thoughts?

Ivan Danchev
Telerik team
 answered on 16 Nov 2016
1 answer
79 views
I can't find how to change the literal of an aggregated column with it's caption from "Sum of..." to "other caption". How can I do it?
Vasil
Telerik team
 answered on 16 Nov 2016
2 answers
332 views

Hi,  One of my wizard step is taking up a lot of space on mobile.  User need to scroll down to fill the form.  When the user click next,  the wizard does not come back to top.

 

Is there a way to automatically scoll back to top when we hit "next" ?

 

thank you

Ivan Danchev
Telerik team
 answered on 16 Nov 2016
1 answer
143 views
I am facing a issue related to RTE. 

To reproduce this issue, please follow the below steps - 
1. http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx 
2. Switch to HTML view and copy
<table>
<tbody>
<tr>
<td>test</td>
</tr>
</tbody>
</table>
3. Switch to Design tab.

Actual Result: Cannot move cursor or input outside the table.

Expected result: we should move cursor and input outside the table.
Rumen
Telerik team
 answered on 16 Nov 2016
1 answer
85 views

Hello,

I am trying to make use of RecurrenceEditor (Without Scheduler Control)

Question I am having: Is there a possibility to add functionality to select Time as well in "End By" option? This seems like a RadDatePicker Control.

Please help.

Ivan Danchev
Telerik team
 answered on 16 Nov 2016
Narrow your results
Selected tags
Tags
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
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?