Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
510 views
I have 2 simple textboxes that I use a RadInputManager around.   I like the highlighted box and exclamation point (!) triangle that appears around the box when left blank which locks the page until the user fills out the information, but my issue is a user cannot click on a Telerik Menu link unless they fill in "something".   I don't want that behavior.  

The user can click whatever they want in the navagation menu and it should go there.  But it doesn't allow any click.

My code is below.  I just want the highlighted box triangle ! feature but only specific to the user clicking the event "submit" button.

Here is my code, the Validation set to TRUE makes it "isRequired", not sure how to use that.

 

<telerik:RadInputManager ID="radInputManager1" runat="server" Skin="Web20" >

 

 

<telerik:TextBoxSetting Validation-IsRequired="true">

 

 

<TargetControls>

 

 

<telerik:TargetInput ControlID="txtNewPassword" />

 

 

<telerik:TargetInput ControlID="txtRetypePassword" />

 

 

</TargetControls>

 

 

<Validation IsRequired="True" ValidateOnEvent="All"></Validation>

 

 

</telerik:TextBoxSetting>

 

 

 

</telerik:RadInputManager>

 

Iana Tsolova
Telerik team
 answered on 17 Aug 2009
1 answer
70 views
When I added <AdvancedForm Modal="true" /> to my page, the error message "Type 'Telerik.Web.UI.RadScheduler' does not have a public property named 'AdvancedForm'. " will display. 

 What is the reason?
Veselin Vasilev
Telerik team
 answered on 17 Aug 2009
5 answers
99 views
We have many ascx controls that are full of different radcontrols in each that are loaded into aspx pages. We have been experiencing some problems with IE8. We have two datepickers and an editor on the same ascx page which are flawlessly rendered in Firefox and Chrome but IE8 has serious problems.

If we place datepickers before the editor; the editor is not rendered correctly. The toolbars are not displayed in IE8. If we place datepickers after the editor, then, the calendar icon and the popup is not displayed correctly. 

This happens only in IE8 and we do not get any javascript errors at all. What can be the cause of this problem?

I took screen captures of this strange behavior...

IE8:
http://img21.imageshack.us/img21/6443/ie8k.jpg
Firefox:
http://img41.imageshack.us/img41/6981/80439196.jpg

Mehmet Ali Ozenci
Top achievements
Rank 1
 answered on 17 Aug 2009
0 answers
58 views

Hello sir
          I Have One problem with dock control . i have 6 dock on the page . in table there are 3 rows .each row contain 2 docks.
         i want to move  all  dock verically not horizantally. pls reply me 
nilesh
Top achievements
Rank 1
 asked on 17 Aug 2009
1 answer
117 views
in code behind i populate a radgrid with an objectdatasource based on a combobox selection. I enabled paging on the grid: AllowPaging="True"
PagerStyle-Mode="NextPrevAndNumeric"
 It all worked fine untill I clicked on page 2. once i clicked a page number the entire grid disappears. the text I specified in NoRecordsTemplate won't even show up. Please help....

Same symptom for Filtering and Ordering...
Vlad
Telerik team
 answered on 17 Aug 2009
1 answer
89 views
Hello,

In my HTML page there are used special comment-like blocks which are necessary for proper rendering in various browsers.
The part of the content is like this:
 <!--[if lte IE 7]> 
        <ul style="display: inline"
 <![endif]-->  
 <![if !IE]> 
        <ul> 
 <![endif]> 
 
I have disabled all filters in RadEditor ContentFilters="None".
When I load such page in RadEditor running on Firerfox then everything is fine and I can edit the contents without problems.
However, when I launch the same application in IE, the part with non-IE specific block
 <![if !IE]> 
        <ul> 
 <![endif]> 
is completely removed by the editor thus effectively destroying my layout because <ul> opening tag will be missing.
Is it possible to avoid this behaviour i.e. keep HTML markup untouched upon loading the contents of editor from external file?
Please do not advice to move my inline style attribute to external CSS file. I've tried this approach and it didn't work. This coding is the only way how to achieve that my page layout is consistent across different browsers.

Thanks in advance for your reply!
Rumen
Telerik team
 answered on 17 Aug 2009
3 answers
79 views

I have a silverlight project that uses a Telerik HTMLPlaceHolder control to host a Telerik ASP.NET Ajax Editor.

I am able to successfully bridge between the silverlight app to client side javascript.  This makes it possible for me to control the Editor from my Silverlight app and make calls from javascript back to my silverlight app.  All this seems to work in IE and Firefox.

But...in IE7 I get a couple of problems that I am hoping you can help me with:

1.  When I launch my silverlight application, if I click inside the AJAX RadEditor control, it seems to steal the focus and I cannot get focus back to the controls on the hosting silverlight application.  This works in IE 8 and Firefox but not in IE7.

2. When I attempt drop down any of the comboboxes in the Rad Editor (for instance the font selector) the dropdown does not appear.  Again, this works fine in IE8 and Firefox.

3. In javascript, when I call: this.editor.fire("ToggleScreenMode");  I get the following error:
Sys.ArgumentOutOfRangeException: Value must be an integer.

 

Parameter name: x

Actual value was NaN

This again, only happens in IE7 and works in IE8 and Firefox.

 

All three of the above problems only happen in IE7 when I host the AJAX RadEditor control inside your HTMLPlaceHolder control. 

Please help !!!

Thanks,
Ed McPadden

P.S. I have a test app that I can send to you that clearly shows the problem.  Let me know if you want me to send it to you.

I also posted this on the Telerik Silverlight HTMLPlaceHolder control forum since the problem involves that control as well.

[SOME ADDITIONAL INFO that I just added to this post]...
I just tried setting the RespectSilverlightLayoutMeasure="True" to  the HtmlPlaceHolder control and now in IE7 I get the following result:

  • It still fails on the call to ToggleScreenMode
  • Now it throws the following exception when I dropdown the font selections dropdown:

Line: 2810
Error: Sys.ArgumentOutOfRangeException: Value must be an integer.
Parameter name: x
Actual value was NaN.

It looks like this occurs in the javascript that comes down with the Ajax RadEditor control (i think)

But ... it no longer steals focus.  With this property set to true, I am able to go back and forth between the controls in the silverlight app and the Ajax Rad Editor control ... unless, of course, I try the font or size drop down :(


Valentin.Stoychev
Telerik team
 answered on 17 Aug 2009
4 answers
214 views
It seems as if args.get_eventTarget() no longer works in the Q2 2009 release. All i get is a Javascript error stating that 'undefined' is null or not an object. This page used to work fine, now it doesn't. Any suggestions??

Thanks!
Vlad
Telerik team
 answered on 17 Aug 2009
0 answers
101 views
Hi


Ive a scenerio that I ve to load the combobox  in the page_load event and when the page postback is true. In that case Im unable to see the updated data in the radcombobox.Can anyone help me to resolve this issue.

 

protected void Page_Load(object sender, EventArgs e)

 

{

   

 

       if (IsPostBack)

 

       {
           ArrayList pAL = new ArrayList();

 

           pAL =

Session["Example"];

 

 

           cmbExample.Items.Clear();

 

           foreach (string ele in pAL)

 

          {

 

              string[] aElem = ele .Split(',');

 

              cmbExample.Items.Add(

new RadComboBoxItem(aElem [1], aElem [0]));

 

 

          }

 

 

       }

 

}


In the above case session["Example"] is having updated values but the item not get updated in the radcombo box

Thanks
Sivaprakash
siva prakash
Top achievements
Rank 1
 asked on 17 Aug 2009
1 answer
82 views
I have a radgrid with a filter... and a datetime column...

image

the filter button jumps the row... how can i prevent this?

Jeff



Shinu
Top achievements
Rank 2
 answered on 17 Aug 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?