Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
107 views
Hi this is my first post.

I am using the 30day trial at the moment.

Are there any built in images for the ribbon?

I'm looking at possibly converting an msaccess db to a web application in access I can use an office image by using this imageMso="DirectRepliesTo"

Is there anything similar to this or do I need to get all the images myself.

I'm also new to asp.net although I have done a few winforms applications.

Thanks

John
John
Top achievements
Rank 1
 answered on 27 Aug 2012
1 answer
73 views
Here is my scenario:

I have one RadToolTipManager on a page with a bunch of images representing statuses. When the page first loads, the tooltips work correctly for the images. We have javascript functions that change the alt attribute of those images. But after the alt is changed via javascript, the tooltip still shows the old text and not the new updated text. is there a way to not cache the tooltips?
Marin Bratanov
Telerik team
 answered on 27 Aug 2012
1 answer
280 views
This has to be a super simple answer...I'm just not finding it.  I'm using the below from code behind to display the RadConfirm window.

aeWindowManager.RadConfirm("Are you sure you want to remove?", "InitiateAjaxRequest", 330, 100, null, "Confirm Remove");

Once a choice is made in the RadConfirm window, this javascript function is called...

<telerik:RadCodeBlock ID="RadCodeBlock1" runat="server">
<script type="text/javascript">

function InitiateAjaxRequest(arguments) {
var ajaxManager = $find("<%= aeAjaxManager1.ClientID %>");
ajaxManager.ajaxRequest(arguments);
}

</script>
</telerik:RadCodeBlock>

I can then handle the response using this in the code behind...

protected void aeAjaxManager1_AjaxRequest(object sender, AjaxRequestEventArgs e)
{
      //logic here
}

I'm able to access the bool value of the RadConfirm choice using e.Argument.  My problem here is that I need to pass multiple parameters to aeAjaxManager1_AjaxRequest instead of just true or false.  I have no problem splitting a comma seperated string here but I'm not sure to add the multiple arguments to pass to the AjaxRequest.  In this particular case I need to pass the bool value of the selection along with 2 other strings.  I've tried this...

aeWindowManager.RadConfirm("Are you sure you want to remove?", "InitiateAjaxRequest('string1')", 330, 100, null, "Confirm Remove");

...and it works but I loose the bool response from the radconfirm window.  I need to capture the response as well as specify 2 strings.

Please advise how I should go about this.  Your time is much appreciated!!

 

 

 


Marin Bratanov
Telerik team
 answered on 27 Aug 2012
6 answers
145 views
Dears,

I use radmenu in rtl mode.
when i move the mouse to a extensible menuitem , menu  jump to left completely in IE but it is ok in firefox.

Thanks,
Hoty
Ivan Zhekov
Telerik team
 answered on 27 Aug 2012
3 answers
146 views
Hey Telerik and other gurus!

Odd scenario when using RadInput controls...

Please see the attached image - BeforePressingEnter.png --- The Add button is the default button (ImageButton).  The green area is a DIV.  When the Add button is clicked, it uses jQuery to collapse the green div and set focus to the next control on the form using RadAjaxManager.GetCurrent(control.Page).FocusControl(control);.

When focus is ON the phone number masked edit box and the user presses enter, sometimes (but not always), the RadMaskedTextBox gets a little clingy and doesn't want to give up it's focus.  What the user sees is what you see in AfterPressingEnter.png.  Notice the cursor is where the masked text box is before the green area is collapsed.

When focus is on any other control pictured or if you manually click on the Add button focus moves as is appropriate.

This same situation has been observed when we have a RadGrid using InPlace editing and one of the controls in the EditTemplate is a RadInput control.  I've seen other similar posts in the RadGrid forums regarding how to use the enter key to cause the grid to save the changes, but there was no solution offered up there.

Got any ideas Telerik?

A "work-around" we have implemented is to capture the enter key on the client side keydown event of the RadNumericTextBox and set focus to the Add button.

This appears to only occur in IE.  Firefox 3.6.3 and Chrome 8.0.552 both seem to be immune to this situation.

Thanks!
Thad
Vasil
Telerik team
 answered on 27 Aug 2012
3 answers
156 views
Hi,

How can I focus a control when you edit a RadGrid?

I need to focus a TextBox, located on the EditItemTemplate when the user click an edit action on the RadGrid

Ivan Ruiz
Eyup
Telerik team
 answered on 27 Aug 2012
3 answers
238 views
When I populate the RadEditor prior to the page loading, it is automatically inserting the current page Url in the src tag.

For example, if I populate the .Html propery of the editor with the following code.

<html>
<body>
  <img src="##CustomURL##">
<body>
<html>

##CustomURL## is a token that our code behind replaces when it renders elsewhere.

The editor then turns this code in to:

<html>
<body>
  <img src="http://localhost/myapp/editor.aspx##CustomURL##">
<body>
<html>

How can I stop this?
Rumen
Telerik team
 answered on 27 Aug 2012
1 answer
100 views
hi,,
 I want to show a folder icon in every node of a RadTreeview. How can I do that?

thanks..
Princy
Top achievements
Rank 2
 answered on 27 Aug 2012
4 answers
364 views
I have a RadAjaxManager in a master page with RequestQueueSize set to 5.  If I then make 5 Ajax requests in quick succession then the page ends up making 22 postbacks.  It seems that Ajax requests are either getting duplicated or are not getting removed from the queue upon completion and get repeated.  What can I do about this apart from giving up on RequestQueueSize?
Vasil
Telerik team
 answered on 27 Aug 2012
1 answer
92 views
I use DataGroupColumn a lot in RadChart, is there an equivalent property or easy way to do this in RadHtmlChart?
Marin Bratanov
Telerik team
 answered on 27 Aug 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?