Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
130 views
Hi,

Is it possible to disable the 'delete appointment' confirmation dialog?  Our users may have to remove 10 or so appointments in one go and it adds time asking for confirmation on each one.

Thanks

Nick
Top achievements
Rank 1
 answered on 16 Feb 2009
1 answer
108 views

We are currently experiencing performance issues where we are using the RAD AJAX stuff inside of a page that resides in the layouts folder of a SharePoint server and loads up a SharePoint master page.

We created a very basic master page in SharePoint that had everything stripped out of it and the AJAX stuff runs in 1/2 the time. 

The AJAX Panel resides within the content page and not within the master page so my understanding is the response we get back from the ASYNC postback should be identical no matter what master page is loaded.  Using Fiddler, we see that the response stream is 3-4% larger when it is executed with the larger master page. 

So here are my questions...

  1. Why is the response size larger for the larger master page.
  2. 3 - 4% larger response does not explain why it takes ~50% longer so is there overhead depending on how deep the RAD AJAX Panel is nested in the page?
  3. Do the RAD AJAX Panels work the same as the .NET Update Panels where it sends everyting to the server but only receives the new content that goes into the Update Panel?
  4. What is the appropiate way this should be setup?  Should the RAD AJAX Manager be put in the Master Page?  Is there a way to mark areas not to send to the server?  ETC...

Thanks,

Sebastian
Telerik team
 answered on 16 Feb 2009
1 answer
100 views
Hi.

I have calendar control.

I have this C# code:


this.dateTimePicker.ClientEvents.OnPopupOpening
 = 
                "$find('" + anotherControl.ClientID + "').SetDate";

This code is wrong. Method is run, but "this" keyword is not the reference to that anohter control but something else. (I dont know).  Running SetDate throws JavaScript error (this.get_element() does not exist).

Client side object of that another control is looking like that:

Type.registerNamespace('FluTel');  
 
FluTel.DateTimePicker = function(element)  
{  
    this._innerControl = null;  
    this.first_name = "adam";  
    this.last_name = "drda";  
      
    FluTel.DateTimePicker.initializeBase(this, [element]);  
}  
 
FluTel.DateTimePicker.prototype = {  
    initialize : function()  
    {  
        FluTel.DateTimePicker.callBaseMethod(this,'initialize');  
        // var element = this.get_element();  
        // Sys.Debug.fail("");  
      
    },  
 
  dispose : function() {  
      $clearHandlers(this.get_element());  
 
      FluTel.DateTimePicker.callBaseMethod(this, 'dispose');  
  },  
      
    SetDate : function()  
    {  
        this._innerControl = $find(this.get_element().innerControlId);  
        alert("I am here " + this._innerControl);  
    }  
}  
 
FluTel.DateTimePicker.registerClass('FluTel.DateTimePicker', Sys.UI.Control);  
 
if (typeof(Sys) !== 'undefined') Sys.Application.notifyScriptLoaded(); 


Yes, I can call special in page function and this throws no error and everything is ok. (Called by 

this.dateTimePicker.ClientEvents.OnPopupOpening
 = "runSetDate"; 




<
script> 
function runSetDate()  
{  
$find('thatObjectId').SetDate();  
}  
</script> 


So It seems to me that I must create these in page functions for every method calling when one Ajax control calls the other.

:-(

Thank you for any help.

Tom


Sebastian
Telerik team
 answered on 16 Feb 2009
3 answers
109 views
Hello,

There is a documentation on how to create non-editable areas - http://www.telerik.com/help/aspnet-ajax/editableandnoneditableareasineditor.html. I can do this in editor. But in case of IE there are small rectangles around the non-editable element (used for resizing). And in this case they are useless and inappropriate, I would say. Is there a way to remove them? As well as change mouse pointer to default? I could do this with css style. So any help will be appreciated!
Tervel
Telerik team
 answered on 16 Feb 2009
5 answers
806 views
Hi,

I got image buttons on radgrids along with other data in the coloumns so when click on the image button i want it to pass a certain coloumn field in the form so i can use if statement call a function. I renamed it as outsource but it is not calling the commandName at all

rowInd = e.Item.ItemIndex
        comdName = e.CommandName

If comdName = "Outsource" Then
            MsgBox("done")
        End If

Is there a way to determine whats clicked on the radgrid button like i explained above?

Thanks
Shinu
Top achievements
Rank 2
 answered on 16 Feb 2009
1 answer
94 views
Hi,
   I am working on styling of Radgrid. Currently it's using Vista skin. For my requirement, I want the 'border' attribute of "MasterTable_Vista" to 0. I am unable to know how to set this.
Dimo
Telerik team
 answered on 16 Feb 2009
1 answer
118 views
Hi,
I have a web user control called "EmailToFriend" that appears on many places on Main page.When user clicks on it , a RadWindow opens at relative position with further details for email.The problem is When RadWindow is closed I want to automatically set the focus on that instance of EmailToFriend that triggers the window.Can this be possible?Can we use session object to hold clientid of that control so that we can fetch that control when we came back to main page.Please help me in this regard.
Georgi Tunev
Telerik team
 answered on 16 Feb 2009
1 answer
137 views
Hello everybody,
I'm triying to use an RadGrid in a Asp.Net FormView, which is on a UserControl, that gets loaded dynamically. If I place the RadGrid outside the FormView then everything works perfect. But inside the Formview the RadGrid doesn't render und it just displays as a line. If I put the same RadGrid inside and outside of the FormView and press the refresh button on the outside RadGrid then both RadGrids start to render normally. I think it is an ajax problem.

Thanks for your help
Yavor
Telerik team
 answered on 16 Feb 2009
3 answers
91 views
Hello,

I've noticed when I am using the load on demand feature and a required field validators on my form, if the validator validator fails for some other control on my form, the selected item in the combobox disappears.

Thanks
Yana
Telerik team
 answered on 16 Feb 2009
2 answers
317 views

I want to show Sort Icon on a column by default when the RADGrid loads for the firsttime. Currently, the Sort Icon appears only after I click it. Is there any property of RADGrid that shows Sort Icon by default?

CHETAN JAITLY
Top achievements
Rank 1
 answered on 16 Feb 2009
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?