Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
86 views
I want to fire both client side and server side events on RadToolBarButton Click.Iam trying to achieve this with onbuttonclick and OnClientButtonClicked events. Is it possible?


Ragu
Ragupathi
Top achievements
Rank 1
 asked on 23 Jul 2008
0 answers
65 views
I want to fire both client side and server side events on RadToolBarButton Click.Iam trying to achieve this with onbuttonclick and OnClientButtonClicked events. Is it possible?


Ragu
Ragupathi
Top achievements
Rank 1
 asked on 23 Jul 2008
0 answers
49 views
Q4 2006

I have ben using a grid to grid dragdrop example of teleriks for a while now,
Great in all my aspx pages , but when I migrate these to user controls, the jscript which sets a var based on finding the radAjaxPanel in the form/page,  returns undefined,...so the ajax callback can't happen.
the line is...
var ajaxPanel = window["RadAjaxPanel1"];

(I have the RaisePostBackEvent, and IPostBackEventHandler etc.  ) just obviously this does'nt fire as the ajaxpanel is not "found"

(sample js code is beneath)

if

(radGridOver != "" && radGridOver != movedRow.Owner.OwnerID)

{

var ajaxPanel = window["RadAjaxPanel1"];

//window.alert("About to invoke ajax callback..." + ajaxPanel);

ajaxPanel.AjaxRequestWithTarget(eventTarget, eventArgument);

}

Appreciated
thx
Neal

Neal
Top achievements
Rank 1
 asked on 23 Jul 2008
3 answers
112 views
I'm using Firefox 3.01a on a linux tablet browser and while I can see the combo box initially, clicking on it yields a 2px wide vertical dropdown (with correct height).

Why wouldn't the combo box work for this agent?

Mozilla/5.0+(X11;+U;+Linux+armv6l;+en-US;+rv:1.9a6pre)+Gecko/20071128+Firefox/3.0a1+Tablet+browser+0.2.2+RX-34+RX-44_2008SE_2.2007.51-3

Thanks!
Atanas Korchev
Telerik team
 answered on 23 Jul 2008
1 answer
82 views
I'm finding that if I place a RadToolTipManager on my page (I don't set any controls up so it Radifies all control's tooltips) it works nicely.

However, if I add a RadFormDecorator aswell then when you hover over buttons the standard windows tooltips appear instead with the button's Text property rather than it's Tooltip text.

I also had it working so both showed up but the RadTooltip appears with the button's Text field rather than it's Tooltip field.
Georgi Tunev
Telerik team
 answered on 23 Jul 2008
3 answers
193 views
I need users to be able to place images using the editor.  I of course do not want them going into and seeing files on the server, but I would like them simply to be able to upload am image and then place it wherever they want in the document they are creating.  Vbulletin editor has a way to do this, I need this functionality on my DNN site for both the forums and articles.  Is there a way to do this with r.a.d.

Any help is greatly appreciated, Thanks.
Lini
Telerik team
 answered on 23 Jul 2008
5 answers
509 views
I was bogged down for several hours dealing with this problem and did not find any helpful information on the forum - only one article seemed similar and it was indicated as a bug in 518 build (http://www.telerik.com/community/forums/thread/b311D-beamed.aspx)...however the issue I ran into happens even in the "Futures" build for Q2.


Basically if you have EnableHistory="true" or something else that might cause an AjaxRequest to be fired off before the page completes initialization phase you will get errors about double-registration. Specifically this seems to happen because the Telerik framework must be able to track what has been defined and what hasn't between Ajax requests so it knows what definitions it should return when an update panel fires off.

It would be very useful if Telerik could provide some mechanism to verify if page initialization has completed before firing off the ajax request. Sys.Application.get_isInitialized( ) perhaps would do the trick but more likely would need to use add_load method to change a bit flag allowing ajax requests to go through (perhaps queuing those initiated prior to load completing).

At any rate in my case I ended up fixing this by putting in my own checks to determine when the page was fully loaded before executing the request. Another thing others might find helpful is to use  LoadScriptsBeforeUI="true" but there is still no guarantee that the init will finish before you make your ajax request unless you make sure of it yourself.

Oh...and if you're using something like:

Sys.Application.add_load( 
            function( sender, args ) 
            { 
                if( !args.get_isPartialLoad( ) ) 
                   doWork( ); 
            }); 

Make sure you have that check for partial load so you don't see your function firing constantly on the ajax updates.



Telerik...would love to hear from you guys in terms of something that will better coordinate what to load in an ajax call. Like perhaps you guys can register a list of everything that will be initialized "eventually" with the RadAjaxManager so that this kind of problem cannot occur.

Thanks!
Matthew Erwin
Top achievements
Rank 1
 answered on 23 Jul 2008
1 answer
108 views
How can the horizontal scrollbar in a radcombobox (for AJAX.net) be removed?  As shown in the screenshot below, no matter how wide the combobox is, the scrollbar would not disappear.

Thanks in advance.
 
http://i4.photobucket.com/albums/y120/rcmanila/rcb_hsb.gif
Yana
Telerik team
 answered on 23 Jul 2008
5 answers
91 views

When setting an offsetvalue our on-line calendar performs correctly but the backend data (SQLServer) is incorrect.  If offsetvalue is -07:00:00 all appoitments in our database will be off by 07:00:00 hours.

Setting SelectedDate:
      Dim start As DateTime = DateTime.UtcNow.[Date]
      RadScheduler1.SelectedDate = start

Setting offsetvalue
      RadScheduler1.TimeZoneOffset = TimeSpan.Parse(offsetvalue)

Am I setting the SelectedDate incorrectly? 

Thanks in advance

Yana
Telerik team
 answered on 23 Jul 2008
2 answers
123 views
Hi,

I need to get class name for timeslot. I set some of the slots unavailable and I need to check if user clicked on unavailable slot.

Thanks,
Roman
Roman
Top achievements
Rank 1
 answered on 23 Jul 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?