Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
64 views
I have a grid connected to a LinqDataSource with several thousand records. I have AllowPaging=True and AllowCustomPaging=False with a PageSize of 10. When the grid initially displays, everything is fine. However, afterI apply a filter on a checkbox field which reduces the selection of records in the dataset down to say, 200 records, no rows appear on page 1 of the grid and all the pages in the pager still appear. If I click on say, page 3, one row might appear there, click page 5, two rows appear.

For some reason, the paging is not getting updated after I apply the filter.
Kostadin
Telerik team
 answered on 25 Feb 2015
1 answer
87 views
Hello,

I used a radcalendar control, like

Start Date : Text Box [calender picker] to  End Date : Text Box [calender picker]
[label] : [text box] [calender control] [label] : [text box] [calender control]

In RTL direction, by default it is like:
[calender picker]  Text Box : Start Date  to [calender picker]  Text Box : End Date
[calender control] [text box] : [label]  to [calender control] [text box] : [label]

Basically, the RadCalendar reverses the item order and aligns itself to the right side of the container.
Is there a way to change the direction of the labels, text box and radcalendar control like :

End Date : Text Box [calender picker] to Start Date : Text Box [calender picker] 
[label] : [text box] [calender control] to [label] : [text box] [calender control]

Please suggest.



Radoslav
Telerik team
 answered on 25 Feb 2015
1 answer
84 views
Not sure if this is the proper forum but....

Telerik constantly updates the online demos for its controls which is great. The not so great thing is that sometimes valuable functionality is lost.  In the past, the ability to change skins was present in a multitude of demos.  Now this functionality has almost disappeared (see the Menu demos).  I can no longer say to a client, "Hey, you can go here to see all the cool stuff we can do and you can even pick the skin you like best." The ability to flip between skins in various scenarios makes them happy and excited as they can actually see what their website will potentially look like. Please keep this in mind when you're designing your demos.
Nencho
Telerik team
 answered on 25 Feb 2015
19 answers
603 views
Hello,
       I have a simpple RadAsyncUpload control with no targetFolder set. So it saves the file under APP_Data/RadUploadTemp. I have given Full permission to everyone to APP_Data folder. But when I upload a file, it never gets finished. The progress control keeps circling all the time.

I see a javascript error saying rowElement is null or not an object. Telerik.Web.UI.WebResource.axd line 6041. Char 8.

Any help would be appreciated.

Thanks,
Bharani
Hristo Valyavicharski
Telerik team
 answered on 25 Feb 2015
3 answers
36 views
The RadGrid on the following demo page appears to be broken: http://demos.telerik.com/aspnet-ajax/tabstrip/examples/multipage/dynamic-pageview-creation/defaultcs.aspx 

You cannot page the grid, change page size, add a new record, refresh the grid, or edit records.  Sorting *does* work though.
Nencho
Telerik team
 answered on 25 Feb 2015
2 answers
209 views
Hi,

I am facing a Problem that seems to be a known issue with the Telerik RadProgressManager.
I use the 'custom Progress pattern' to Show Progress on a rather Long running Operation.
I trace http traffic via Fiddler.
On completion I still see endless calls to RadUploadProgressHandler.ashx in form of:

http://xxx.com/myapp/Telerik.RadUploadProgressHandler.ashx?RadUrid=b4443999-f902-4d63-9a9c-04277692d4dd&RadUploadTimeStamp=1424801338972&

Every call uses the same RadUrID , but different RadUploadTimeStamp values.
.
Even calling ProgressArea.cancelRequest() in Javascript does not stop those calls.
Strange enough this behaviour does NOT Show up when using IE(Version 11). But in FF and Chrome I see those endless calls.
Of course, as mentioned in some related threads, adding
<appSettings>  <add key="AllowCustomProgress" value="false"/></appSettings>
in web.config prevent those calls, but , of course, in that case I do see the progressbars anymore.

I saw from the Forum threads that this issue is present since 2010 (at least this was the earliet thread I found), and the last reply related to this problem from April 2014 says - 'We Need a runable project'. In my case this is not possible, since the application is pretty complex.

What I have not seen in the Forum threads is the mentioning that the Problem does not Show up if IE is used.


Could you please let me know if since April 2014 telerik found a fix or Workaround. If yes- what is a possible solution for the Problem.

Hope that someone from telerik can provide help, otherwise I Need to give up usage of ProgressArea in my app. I have Clients with slow Networks and for those users the numerous (unnecessary) calls result in pretty slow Performance.

Best regards
Hans-Juergen







 
Peter Filipov
Telerik team
 answered on 25 Feb 2015
1 answer
116 views
Hi All,

I have a browser issue with RadNumericTextBox whenever i use MaxLength property. Below is the scenario

My Code
<telerik:RadNumericTextBox ID="xyz" runat="server" MaxLength="9">
 <NumberFormat DecimalDigits="3" GroupSeparator="" />
</telerik:RadNumericTextBox>


In IE Browser :

If i enter maxlength value (ex: 123456789), once it loses the focus, then the value has been updated to (ex: 123456789.000) and taking the count of the value as
(entered 9 chars + 4 added chars(.000) = 12).
now the problem is, its exceeding the MaxLength value and showing an error i.e. "you must enter text with 9 or fewer chars" on MouseOver and finally i couldn't save.

In Chrome & Firefox Browsers :

If i enter maxlength value (ex: 123456789), once it loses the focus, then the value has been updated to (ex: 123456789.000) and taking the count of the value as
(entered 9 chars = 9). here its working fine and i can save also.
Vasil
Telerik team
 answered on 25 Feb 2015
9 answers
104 views
Hi ,

I noticed that in 2014.2.618.45 version the rrbButtonGroup's width is set to auto and rrbGroupTitle has a inline style, in some cases where the Ribbon Group Title text is longer than the Ribbon Button Group's width, the title text is altered (attached screenshot).

But in your previous version, both the classes had same inline width and hence the Ribbon Group Title was not cropped.

Please suggest!!

Thanks
P
Ivan Zhekov
Telerik team
 answered on 25 Feb 2015
2 answers
112 views
I have a rather complex set of CSS that is causing issues with the FileExplorer control. Is there documentation anywhere that describes how to format the control through CSS? I can find documentation about skins but not CSS.

I attached what the control looks like when my CSS is added.
Vessy
Telerik team
 answered on 25 Feb 2015
1 answer
146 views
Hi 

     I have to create a batch editable rad grid with dynamic columns(Column and Column count can be varied). Also  need to add controls(like drop downs, check boxs, buttons and multi-line text boxs) dynamically in the batch edit grid. How can i achieve this?

Thanks & regards
Lijo Sebastian
Konstantin Dikov
Telerik team
 answered on 25 Feb 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?