Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
267 views
Hi,

I am having multiple RadGrid on the same page , however, there are not related to each other and each one loads with a different button event. Basically I do use one AjaxManager and one Ajax Loading Panel on the page. To be able to use this Loading Panel for another grid on the same page, the following approach is correct ?
Does it mean for each RadGrid there must be another indicated Ajax Loading Panel ?

01.<telerik:RadScriptManager runat="server" ID="RadScriptManager1" />
02.        <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" RequestQueueSize="5">
03.            <AjaxSettings>
04.                <telerik:AjaxSetting AjaxControlID="RadGrid1">
05.                    <UpdatedControls>
06.                        <telerik:AjaxUpdatedControl ControlID="RadGrid1" LoadingPanelID="RadAjaxLoadingPanel1" />
07.                    </UpdatedControls>
08.                </telerik:AjaxSetting>
09.                <telerik:AjaxSetting AjaxControlID="RadGrid2">
10.                    <UpdatedControls>
11.                        <telerik:AjaxUpdatedControl ControlID="RadGrid2" LoadingPanelID="RadAjaxLoadingPanel2" />
12.                    </UpdatedControls>
13.                </telerik:AjaxSetting>
14.            </AjaxSettings>
15.            <%--<ClientEvents OnRequestStart="RequestStart" OnResponseEnd="ResponseEnd" />--%>
16.        </telerik:RadAjaxManager>
17.        <telerik:RadAjaxLoadingPanel runat="server" ID="RadAjaxLoadingPanel1" Skin="Default" />
18.        <telerik:RadAjaxLoadingPanel runat="server" ID="RadAjaxLoadingPanel2" Skin="Default" />

Thank you 
Shinu
Top achievements
Rank 2
 answered on 11 Jul 2014
1 answer
110 views
Hi,

We are having a strange problem.

We have approximately 50 users, most of which are OK.

Some though, are having the RadEditor render without the CSS Stylesheet we have included, but only some of the time.

If they open a new tab, or a new window in IE, it works fine.

Looking through the Network Traffic in IE, you can clearly see that one of the WebResource.axd CSS files are not rendered, and then the one which we have specified to set the styling on the Editor within the control using the EditorCssFile, just do not load at all. No 404 or 500 errors, nothing.

Users that work and don't work are on the exact same machines, same OS, same version of IE. We have tried resetting IE back to factor defaults. 

Can anyone shed any light on this?

Thanks
Ianko
Telerik team
 answered on 11 Jul 2014
1 answer
168 views
Hi

I work on a development team and we have been using TFS to share our code. We have licenses for development with ASP.NET ajax and Kendo UI. I saw that there were some issues with some controls (found posts informing about them, for example menu issues with dropdowns in the same page, not able to use ITEMS.INSERT method on dropdownlists, etc-) and I decided to upgrade my telerik by using the green telerik window that appears on my visual studio when I open my project. I upgraded to UI for ASP.NET AJAX, v.2014.1.403.40 (Trial). My project was updated to this trial version but of course from time to time trial messages appear on each of my telerik controls when the project is running. I would like to know the easiest way to put back again my developer license on the project to remove those messages.  

I was not in charge of setting the initial license on the project and I just want to follow the steps you could provide me to remove those trial messages.

Thanks in advance for your help

Regards
Oscar
Marin Bratanov
Telerik team
 answered on 11 Jul 2014
2 answers
119 views
Hi,


I have noticed some strange behaviour.  I have a page which contains RadSpliteer
control.  This splits the page into 3
columns.

In the left column I have a grid control

Everything works fine up until the point the page reloads,
then for some reason the entire control Radsplitter) very brief moves on the page,
only by a few pixels but enough to notice, then straight after this it settles
back In its original place?

Any ideas what could be causing this behaviour and how it
can be fixed.

Andy
Top achievements
Rank 1
 answered on 11 Jul 2014
3 answers
126 views
I do not want to use a keyboard shortcut. How can I set the non-use would be appreciated.
Princy
Top achievements
Rank 2
 answered on 11 Jul 2014
1 answer
73 views
I am using various charts on my site and all works well in modern browsers.  When I test using IE development tools and emulate IE 8 all my charts won't render at all.  Do I need to explicitly include certain js files to make it render in  IE 8? 

The errors i'm seeing in the IE development tools console is:

Warning: KendoUI DataViz cannot render. Possible causes:<br>- The browser does not support SVG, VML and Canvas. User agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.3; .NET4.0E)<br>- The kendo.dataviz.(svg|vml|canvas).js scripts are not loaded
Stamo Gochev
Telerik team
 answered on 11 Jul 2014
1 answer
116 views
I have checked and tried the suggestion in forum thread http://www.telerik.com/forums/how-to-cancal-file-uplading-if-the-file-size-is-zero where it suggests catching the filesize in the OnFileUploaded event. However, I'm finding that the event does not get fired for a 0 length file. We're using version 2014.1.225.0.

Thanks
Princy
Top achievements
Rank 2
 answered on 11 Jul 2014
1 answer
107 views
I have a radpanel Bar. Inside the rad panel bar I have Dnn Label . I added Help Text to it. When I mouse over on the help Icon the 1st help text is going behind the radpanel bar and not being visible at all. This is happening is Dnn7 (In Dnn6 it is fine)

I tried adding Z-index and Position:relative attributes that did not help.

Ianko
Telerik team
 answered on 11 Jul 2014
1 answer
328 views
Hi,

I getting problem to set indian currency for in RadNumericTextBox

Example : i have amount 5000000.00( Fifty lakh)

I need in radnumeric text box like     -  50,00,000.00 (i need comma(,)  three digits before decimal and after that every two digits and after decimal it should take 2 points)



Thanks
Manish
Shinu
Top achievements
Rank 2
 answered on 11 Jul 2014
1 answer
113 views
Hi,

I have 2 grids. I am unable to drag and drop cell (1) of the selected row in grid 1 to  cell (1) in grid 2.

In mouse down, how to I get the row selected. Current row and the selected row gives only the old row position. I want to get the new row position. How do I get that?

Also can someone give an example to dragsrop one cell from a grid to another cell in a different grid?

Thanks.
Shinu
Top achievements
Rank 2
 answered on 11 Jul 2014
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?