Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
42 views
Hello,

I have an issue when I am not able to change the link href attribute. This happens in IE browser.
See the video for issue details: http://screencast.com/t/amKEu6aaB

Hoe this can be fixed?
Rumen
Telerik team
 answered on 18 Oct 2012
11 answers
140 views
RadUpload Ajax callback error
...
RadUploadContext.GetProgressData()

The error is intermittent and occur before progressbar is visible.

It's a customer’s production server that I have no access to, so I have no server logs available etc. It look likes the response time is slow. Compare with other installations the time between I submit a file and to the progress is displayed is longer.

Is it possible that UploadedFile property ContentLength return 0?

if (RadUpload.UploadedFiles.Count > 0)
{
  uploadedFile = RadUpload.UploadedFiles[0];
  totalSize = uploadedFile.ContentLength;
}

do
{
                        bytesRead = reader.Read(buffer, 0, readChunkSize);
                        ms.Write(buffer, 0, bytesRead);
                        processedSize += bytesRead;
                        percent = (int)((processedSize / totalSize) * 100);
                        progress["SecondaryTotal"] = total.ToString();
                        progress["SecondaryValue"] = percent.ToString();
                        progress["SecondaryPercent"] = percent.ToString();
                        progress["CurrentOperationText"] = fileReadingMsg;
} while (bytesRead != 0);


Any suggestions?
Genady Sergeev
Telerik team
 answered on 18 Oct 2012
2 answers
66 views
heey Guys i got a quest is it possible to change the value that is in the db from  RecurrenceRule (DTSTART:20120416T090000Z  DTEND:20120416T100000Z  RRULE:FREQ=YEARLY;INTERVAL=1;BYSETPOS=3;BYDAY=SU;BYMONTH=7 )  to human  readable ("normal/numbers  words for a non developer ")
Nikola
Top achievements
Rank 2
 answered on 18 Oct 2012
1 answer
121 views
How to show a column values of a sql table as headers in radgrid ?
Shinu
Top achievements
Rank 2
 answered on 18 Oct 2012
1 answer
210 views
Hi,

I have a scenario where I get  two tables in my dataset. I don't want to display a nested grid so I form a column from the values based in the second table and display that in the grid along with the columns in the first table.
I want to filter the entire grid on that column value in the second table but that does not work.

Any ideas?

Marin
Telerik team
 answered on 18 Oct 2012
1 answer
160 views
Hi,

I have migrated a web application from .net framework 2.0 to 4.0, I am experiencing certain issues with RadGrid, I am using Telerik.Web.UI dll with version (2009.1.311.35).

1) Grid do not appear after binding. it's still shows loading. 

where ever in my project I used Radgrid control I faced this issue. Please help me what could be the reason for it? 
I am also ready to upgrade to new version of telerik , please suggest.
 
Radoslav
Telerik team
 answered on 18 Oct 2012
1 answer
99 views
Hi,
I have applied grouping to my Rad Grid. When I drag a column header to group area, it is grouping the data as per the column selected.
The problem is: My RadGrid loads 500 records. I have set my page size to 30. The initial group contains 60 records. So the grid  is showing the group total in 1st and 2nd page footer. The first page group total is the sum of First page column total and in 2nd page group total is the 2nd page column total. But my requirement is the group total should come only once at the end of the group.
Please help.

Regards
Raj
Eyup
Telerik team
 answered on 18 Oct 2012
1 answer
70 views
I have a user (WinXP/IE8) who, when loading a page with my Tabstrip/Multipage (Q3 2011), is seeing the tabstrip background as black and the text as very dark blue for all other tabs but the highlighted tab (see attached). The selected tab renders as it should. Other users (both on IE8 and other browsers) see the correct colours from the Office2007 skin.

The tabstrip is set to 100% width. The problem occurs both in IE8 native mode and IE8 compatibility mode, on that user's specific PC.

We have tried various things, but I cannot identify what is wrong. Any suggestions?

thanks

Dimitar Terziev
Telerik team
 answered on 18 Oct 2012
1 answer
112 views
Hi,

I have a RadDate Picker control  and a print button on the page. the print button uses print.css stylesheet. I am trying to Remove the raddatepickers Textbox borders in the print version. Can someone tell me what properties are to be applied in css to remove the borders of the textbox? 
i tried css like this
.rcTable .rcSingle .rcInputCell,.riContentWrapper
{
border:none;
}
Tsvetina
Telerik team
 answered on 18 Oct 2012
1 answer
51 views
Hi,

I have 2 grids. Grid 1 has several controls (dropdowns, datepicker).

Initially, using the RadAjaxManager, I ajaxified grid 1, so that it would update Grid 2 if these controls were updated (they autopost). I'm trying to improve performance, and realized that only some of the controls in Grid 1, need to update Grid2. So following the methodology found here:

http://demos.telerik.com/aspnet-ajax/ajax/examples/manager/partialajaxification/defaultcs.aspx

I'm ajaxifying each control separately. So some controls update Grid1 only, and some update Grid1 and Grid2. This works great.

The problem that I am having, is that I have a drag and drop functionality from Grid 1, to Grid 2.

Previously, when I ajaxified the whole grid, the drag and drop was ajaxified, and both Grid 1, and Grid 2 were both updated. Now that I am doing each control individually, I've lost this functionality.

How do I declaritively setup the drag and drop to ajaxifying both Grid 1 and Grid 2 again? I don't know what "control" to use to add the AjaxSettings.

Thanks for your help.

Rich
Tsvetina
Telerik team
 answered on 18 Oct 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?