Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
604 views
I am using version 2012.2.912.40 of the ASP.Net product. I want to conditionally hide the Add New Record button. The condition is based on the row count. I am currently using the grid DataBound event to do this. It works whenever I insert or delete a row, but not on the initial load of the grid. The event is firing and the code to hide the button is executed, but it does not happen. Is there some action that is occurring later in the life cycle during the initial load that would cause the default setting to be used?
Ed
Top achievements
Rank 1
 answered on 18 Oct 2012
3 answers
74 views
Hi all,
I have a RadGrid with ClientSettings AllowKeyboardNavigation="true" and KeyboardNavigationSettings AllowSubmitOnEnter="true" and a RadComboBox in a GridTemplateColumn.
When the record is in edit-mode, and the ComboBox has the focus, and when the user clicks the ESC key, the RadComboBox closes, as by desgin. But if the ComboBox is already closed, I expect the RadGrid, to cancel the current grid record's edit-mode, but nothing happens (I guess the Esc again only triggers the ComboBox to close)
How can I, in this scenario, still close the radgrid's selected record?
Regards
Frank
Eyup
Telerik team
 answered on 18 Oct 2012
1 answer
47 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
145 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
74 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
127 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
214 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
167 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
103 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
76 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?