Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
190 views
Hi,

I display a RadWindow whien I cilck on a button at the top-right of the page.

I have a strange problem into my page. When I write something into a textbox and Iclick to the "Enter" key of the keyboard, the RadWindow appears some seconds. I don't know how to resolve this problem.

Thank you in advance,

Vessy
Telerik team
 answered on 05 Dec 2016
1 answer
84 views

How can I calculate the last date on a Recurring Appointment in code without using selecting the last Occurrence from the RecurrenceRule.Occurrences collection?

Is there some static method that will allow me to return the date of the last Occurrence of a recurring Appointment?

 

 

Veselin Tsvetanov
Telerik team
 answered on 05 Dec 2016
7 answers
495 views

Hi,

I have a webservice bound scheduler and I would like to show/hide  Schedulers' Calender  programmatically using javascript.

I used  following code but it hides the calendar and I have to click on calendar control multiple times for the pop up calendar to open. The reason I have to do this is. I need to change scheduler timerange and also update pop up calendar to match this date. I got code to match scheduler and pop up calendar to user selected date  and time but everytime date is selected, it pops up a calendar and my client does not like that.  Calendar should be updated behind the scene silently.

 

var calendarID = $telerik.$("[id$='rsTicketsSchedule_SelectedDateCalendar']").attr("id");
    var calendar = $find( calendarID );
    calendar.set_visible( false);

 

Thanks,

Prava

Anton
Telerik team
 answered on 05 Dec 2016
1 answer
86 views

Hi, Telerik:

The scenario:
1. goto http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx
2. Clear editor's content.
3. Press <Enter> key. Cursor jump to second line. (expected)
4. Press <Space> key. Cursor jump to first column of second line (P, Div mode) or first line. (Br mode)

But if I Press <Shift+Enter> then <Space>, it worked as expected.
I tried two methods to make <Enter> as <Shift+Enter>, but it worked not fine.

1. RadEditor "OnClientCommandExecuting"

function _Editor_onCmdExecuting(oSender, oArgs) {
  if ($telerik.isIE && oArgs.get_commandName() === "EnterNewLine") { oArgs.set_cancel(true); oSender.fire("ShiftEnter", null); }
}

or
2. RadEditor "OnClientLoad" attacted onkeydown event

function _Editor_onLoad(oSender, oArgs) {
    oSender.attachEventHandler("onkeydown", function (e) {
        if (e.keyCode === 9) { oSender.pasteHtml("&nbsp;&nbsp;&nbsp;&nbsp;"); $telerik.cancelRawEvent(e); }
        else if (e.keyCode === 13) { oSender.pasteHtml("<br>"); $telerik.cancelRawEvent(e); }
    });
}



Any idea make <Enter> as <Shift+Enter>?

Telerik version: 2015.3.1111.40

ChainHome Yang
Top achievements
Rank 1
 answered on 05 Dec 2016
1 answer
91 views
Hi,

I've read a few posts about this but nothing works for me yet,

I need to make these wider.
Lightweight | Bootstrap Skin, Latest Build | VB

Please see the attached image. (or this one...)
https://www.quozr.com/folders/devxel/rfes.jpg

Thanks,

Jack
Vessy
Telerik team
 answered on 05 Dec 2016
2 answers
353 views
hello,
I have a problem:
Default font name and font size set not getting in RadEditor Font Name and Size.

We create another page to set the default font name and size. We want to show the default font name and size to RadEditor(which we set).
Problem is we could not get(It shows Font Name and Real Font Size in text).

please help me as soon as possible.

Best Regards
mutum Jiten singh
Akhil Systems
rosa
Top achievements
Rank 1
 answered on 04 Dec 2016
7 answers
435 views
Hello,

I have a panelbar and four panel items on my page. I need to hide one panel (header) server side and make it visible with javascript.

The panel item must be rendered, but invisible. So the user cannot see the header and click on it. Only if some client side validation was done the item (header) should be visible like Ajax Control Tool Kit do.

I'm not using header templates.

How to do?


Regards
Ralf
Nencho
Telerik team
 answered on 02 Dec 2016
2 answers
90 views

Hi:

Is there a way retrieve say 25 rows in a list-box a click on some sort of navigation to get more data.  Trying to limit the amount of data to retrieve.

Phil

Phil H.
Top achievements
Rank 2
 answered on 02 Dec 2016
11 answers
255 views

Hi there,

    i'm using RadMenu as sample on http://demos.telerik.com/aspnet-ajax/menu/examples/functionality/propertyexplorer/defaultcs.aspx,

i'v added onClientItemClicked function to close menu after item clicked like this

[code]

function onClientItemClicked(sender, eventArgs) {
                sender.close(true);
            }

[/code]

after it closed, i switch out to other window and switch back,

[b]THE MENU EXPEND ITSELF without clicking/mouseover[/b]

can anyone help me ?

Thanks,

Ivan Danchev
Telerik team
 answered on 02 Dec 2016
3 answers
332 views

Hi, I am using a Radgrid with AutoGenerateColumns="true" and set the following parameters:
BatchEditingSettings-EditType="Cell"
EditMode="Batch"
In runtime the values in grid are in 10 decimal digit, but when I go in edit mode in the single cell, the value is shown with 2 decimal digit.
Please, can you help me to find the way to get 10 decimal digit in edit mode?
Thanks

Fulvio

 

Viktor Tachev
Telerik team
 answered on 02 Dec 2016
Narrow your results
Selected tags
Tags
+? more
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?