Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
122 views
Hi,

I'm using the scheduler version Ajax Q3 2009 SP2
I encountered few weird behaviors:

1. When I create a new appointment, the appointment is created several hours later. For example, if I set the appointment on 3:00-4:00, it will be created on 11:00-12:00
2. After creating the appointment i try to change the the end time by dragging the bottom border of the appointment down. The border is dragged but the browser (IE8) is refreshed and the change does not take effect.
3. When creating a new appointment and pressing "Options":
a. There's a "!" image on the right upper corner of the subject
b. When i press save, i get the following error: 'ValidatorUpdateDisplay' is undefined

Please advice,

Thanks
Richard
Top achievements
Rank 1
 answered on 09 Jan 2012
2 answers
144 views
Please help how to bind a SQL stored procedure with a RadTreeView control. So that, nodes will show the required columns and data from the stored proc.

Thanks
Xorv
Top achievements
Rank 2
 answered on 09 Jan 2012
6 answers
395 views
HI,

          I already have one .js file and in that i am calling window.alert() method to show errors.
 
          It is common throught my application..

         now ,in place of window.alert(),i want to use radalert().

         But in .js file we cannnot find radalert as a undefined....


          please give me the solution with high priority.......


Thanks,
PANDU
Richard
Top achievements
Rank 1
 answered on 09 Jan 2012
1 answer
85 views
Hello.

I announced lastest version of telerik control Q3 SP1.

Is this version fix the problem that i reported you?

please refer below link.

http://www.telerik.com/community/forums/aspnet-ajax/tabstrip/tab-scrolling-doesn-t-work-correctly.aspx
Bozhidar
Telerik team
 answered on 09 Jan 2012
3 answers
261 views
Hi,
I currently have two issues.  My first issue is that, when  I press enter in the RadGrid filter box it fires the ItemCommand event with an CommandArgument that is set to another button. The other button shows and hides the filter row.So when pressing enter it seems to hide the filter row rather than just applying the filter.  This only seems to be the case in IE, in chrome it works as expected.  I was trying to produce a sample for this issue but unfortunately I hit another issue i couldn't solve in my sample.

Issue 2 (sample issue)
In my sample, When i press enter in the box the page reloads but it doesnt filter the items.  When I refocus the filter box and press enter it then filters successfully.  I also noticed that the filter drop down was not displaying.  Once again, this all works fine in chrome but not in Internet Explorer.

Here is the sample which currently has issue 2. I am hoping that if we can resolve issue 2 it will then display the problems I was having with issue 1 and you can help me solve this as well. 


http://dl.dropbox.com/u/13207221/TelerikRadGridTest.zip
Michael
Top achievements
Rank 1
 answered on 09 Jan 2012
1 answer
148 views
Hi,

I am trying to put validation on date input of raddatepicker.

I am having a wb page which have a master page too. I have added a raddatepicker control in it which is not a required field.

I want to validate data entered by user in date input of the control manually.

Eg. If user enters some text value in date input and clicks on save button then I want to display 'Invalid date' to user.

I have checked the project shared on http://www.telerik.com/community/code-library/aspnet-ajax/calendar/validation-of-non-mandatory-datepicker-control.aspx. But this code is not working if the web page have masterpage file included.

I suppose,datepicker control is not found in this case.

Can you please help me in this case.

Sample code for this will be a great help. :)
Antonio Stoilkov
Telerik team
 answered on 09 Jan 2012
1 answer
221 views
Hello,

Haven't been able to find any documentation and it looks like my only option is to set a command name and command argument for a button, but I'm trying to work around this.  Any ideas?

var toolBar = $find("<%= m.ClientID %>");
var button = toolBar.findItemByText("Get Button");
button.enable();
//want to do something like this:
button.click("openWindow(1)");
Brian Garson
Top achievements
Rank 2
 answered on 09 Jan 2012
3 answers
122 views
Hi:
I have a chart that is using Skin="Vista".  So, on the form the 3 colors are green, red and blue.  When I 'print' the graph (generate a png), the colors are light blue, light green and blue.  What can I do to get the colors the same?
Phil
P.S.: See the png example.
Phil
Top achievements
Rank 2
 answered on 09 Jan 2012
2 answers
98 views
Hi there,

I am trying to add a new group of commands to the default RadEditor via the following code (taken from demos):

EditorToolGroup etg = new EditorToolGroup();
rdHTMLEditor.Tools.Add(etg);
EditorTool addLoginLink = new EditorTool();
addLoginLink.Name = "AddLoginLink";
addLoginLink.Text = "Add Login Link";
etg.Tools.Add(addLoginLink);


By doing this, I lose ALL other commands / buttons from the RadEditor, which is not desirable - am I misinterpreting the method .Add() ? I would have thought it would have appended...

If I have to alter the XML to add my commands to, where can I get an up-to-date version of the XML that forms the default RadEditor? Are the files at http://www.telerik.com/support/kb/aspnet-ajax/editor/default-toolsfile-xml-file.aspx still valid?

Update: the files at the link above are not valid, as they are missing some commands (Format code block, etc.)

Thank you,

Mike Kingscott
Mike
Top achievements
Rank 1
 answered on 09 Jan 2012
1 answer
89 views

Hi

We use Telerik Editor as part of the OpenText Context Management System (although I'm not sure what version).

I've noticed that when entering links in the text editor, the order of the HTML attributes is always changed to follow a certain order.

Entering the following test links…

<li><a href="http://www.example.com" title="Example" class="test" rel="external">Example 1</a></li>

<li><a title="Example" rel="external" href="http://www.example.com" class="test">Example 2</a></li>

…always produces:

<li><a class="test" title="Example" rel="external" href="http://www.example.com">Example 1</a></li>

<li><a class="test" title="Example" rel="external" href="http://www.example.com">Example 2</a></li>


Being able to control the order for consistency is great but we would prefer to have href first as it is the most common…having a logical order can help with gzip page size (Google recommends href then alphabetising the rest, e.g., href class rel title). 

Is it possible to override the specified ordering to change to our preference?

Thanks

Neil

Rumen
Telerik team
 answered on 09 Jan 2012
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?