Telerik Forums
UI for ASP.NET AJAX Forum
7 answers
150 views

I dumped out the contents of my asp.net application state and noticed many RadProgressContext instances.

Here’s a sample of the output I created while dumping the application state:

HttpContext.Current.Application[key]

HttpContext.Current.Application[key].ToString()

RadProgressContexta994ac27-7029-4afc-aba5-f71d1f53636d

Telerik.Web.UI.RadProgressContext

RadProgressContext9abbf6cc-983f-466d-bf0c-08d3144e0cc5

Telerik.Web.UI.RadProgressContext

RadUploadContext9abbf6cc-983f-466d-bf0c-08d3144e0cc5

Telerik.Web.UI.RadUploadContext

RadProgressContextb154df9a-33f7-4f30-b5ba-c27887fb83f1

Telerik.Web.UI.RadProgressContext

RadProgressContext0eaa8757-91ec-4dcf-8cd1-f6d8bf36bc52

Telerik.Web.UI.RadProgressContext

RadUploadContext0eaa8757-91ec-4dcf-8cd1-f6d8bf36bc52

Telerik.Web.UI.RadUploadContext


That is a sample, there are lots more of these. Does this indicate an issue? Do I need to do something to clean this stuff up?

 Thanks,

Genady Sergeev
Telerik team
 answered on 23 Nov 2010
3 answers
170 views
Does anyone know where I can get the default loading images to use in the loading panel?

thanks
Dimo
Telerik team
 answered on 23 Nov 2010
3 answers
152 views
I hope someone could please help me in the right direction. I have been trying to set the sub menu width to be 100% the width of the Root Item, It's currently looking a bit odd that the sub menu often ends up being quite a bit shorter than the width of the root item. Is this possible in the way the menu is structured or would it involve implementing some Java scripting?
Kalina
Telerik team
 answered on 23 Nov 2010
1 answer
72 views

Hello Telerik team,

I have a requirement where i have a Telerik rad grid which has a datasource of sharepoint list.
When you edit a record from the rad grid, I have to update the particular record and update the record.

I have a sharepoint list which have more than 150 columns in it.I am using sharepoint object model to update the sharepoint list item by saying
listitem.update();
 When I do that,it takes a lot of time to update the record.Is it because of so many columns or
i have more than 20000 records in the sharepoint list.Is there any better way of doing it.

One of my thought is that it might be taing so much time on update as
it has to create the content type for that particular list item.
Is there any way that if we can already define a content type for that list so that
the process of updation will become fast.

Any ideas to improve the performace is greatly appreciated.

Thank you,
Smith

Pavlina
Telerik team
 answered on 23 Nov 2010
2 answers
550 views
hello everybody

I have a question,
¿How can i get the number of columns in a radgrid when the property autogeneratecolumns is true?

when i add the columns programatically,  i use the next code
-----------------------------------------------
int cCount;
cCount = RadGrid1.Columns.Count;
-----------------------------------------------
and perfect,  cCount set the number of columms,  but, when i add columns automatically and the option autogeneratecolumns is in true, cCount only show zero,

thanks for the collaborationand sorry for my bad English
Adolfo
Top achievements
Rank 1
 answered on 23 Nov 2010
3 answers
122 views
I have a RadDatePicker control on a form and I use the following script to reset the form fields after I save the data through an AJax call:

$.fn.clearForm = function () {
    return this.each(function () {
        var type = this.type, tag = this.tagName.toLowerCase();
        if (tag == 'form' || tag == 'div'||tag=='tr'||tag=='td')
            return $(':input', this).clearForm();
        if (type == 'text' || type == 'password' || tag == 'textarea')
            this.value = '';
        else if (type == 'checkbox' || type == 'radio')
            this.checked = false;
        else if (tag == 'select')
            this.selectedIndex = '';
    });
};

If after filling out the form and saving it I clear the fields, using the above jQuery script, the required field validation I have set up for the RadDatepicker fires even if you select a date. If I try the isEmpty() client call on the control it returns false so it does have a value. If you type a date manually in the input field in stead of selecting it through the calendar the required field validation does not fire.
The problem is obviously the script I use to clear the form fields as it works fine if I do not reset the fields. Can you tell me how I could/should go about this?
Tsvetina
Telerik team
 answered on 23 Nov 2010
2 answers
392 views
Hi!

I need to make the image of an ImageButton in a ColumnTemplate  placed on the grid is replaced by another when  the MouseOver event occurrs. 

Somebody help-me?
Eduardo Chiletto
Top achievements
Rank 1
 answered on 23 Nov 2010
2 answers
82 views
I am trying ot add a signature line to the end of the grid when the user exports. So far I am unsuccessful. After reading through the online help I still cannot seem to get it working. Has anyone added extras to the .pdf export? if so can someone point me in the right direction. The code I am using is below.

Thanks

Protected Sub RadGridSearchresults_PdfExporting(ByVal source As Object, ByVal e As Telerik.Web.UI.GridPdfExportingArgs) Handles RadGridSearchresults.PdfExporting
      Dim myHTMLCode As String = "Signature ___________________________________"
      source.ExportOutput = source.ExportOutput.Replace("</body>", myHTMLCode + "</body>")
  End Sub
Dwayne Starkey
Top achievements
Rank 1
 answered on 23 Nov 2010
1 answer
54 views
Hello,

Please see attached image. When RadComboBox is set enabled false then there is there is weared look to it. What could be the reason to it ? How to make it usual.

Thanks,
Prayag
Yana
Telerik team
 answered on 23 Nov 2010
1 answer
78 views
Hi guys,

I've tried to use this workaround for Flash Manager:

http://www.telerik.com/support/kb/aspnet-ajax/editor/inserting-object-tags-via-the-media-manager.aspx

However, it doesn't work. When I trying to save changes, I get the following JS error:

"'paramString is undefined".

Does anybody know this problem (or have the solution)?
Rumen
Telerik team
 answered on 23 Nov 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?