Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
135 views

I can't seem to replicate this with your demo site - but am hoping someone can point me in the right direction.

We are using the Metro theme - with the default AjaxLoadingPanel control.

In Chrome (latest standard release), when zoomed at 100% the AjaxLoadingPanel always appears exactly over the control it is supposed to.  If you zoom in - it still works - so long as you have not scrolled down the screen at all.  As soon as you scroll down the screen - even slightly, then execute a callback that will display the AjaxLoadingPanel, and its position is offset downward by the scroll distance of the page.  

This same issue happens with RadWindows that are set to open and autosize to the center of the browser.  In the same scenario - they get pushed to the bottom of the screen - and if you try and drag them up - they snap back to the bottom.

We are trying to track down what could cause this - but not sure how the toolset is deciding where to place things?  

Rumen
Telerik team
 answered on 10 Nov 2017
3 answers
119 views

I am inserting content into the RadEditor from a custom image upload dialog. The paste code does not properly resize the Editor height. The dialog window automatically closes, and the pasted content overflows down the page rather than being contained in the editor. Once I click into the editor area, it resizes properly.

Is there a way to trigger recognition of the new content via javascript?  Or fake a click into the content area?  

Thank you.

 

Rumen
Telerik team
 answered on 10 Nov 2017
18 answers
573 views
Hi,
In my application , i have rad grid. I have set 

AllowFilteringByColumn

="True" . Problem is that the filters lists is going out of page , i have to scroll and see whole lists. is there any property to set height of the panel coming.

I tried  using 

FilterItemStyle-Height

="5"

but of no use.

Please help.
Thanx.

Eyup
Telerik team
 answered on 10 Nov 2017
3 answers
512 views
hii,
How can i open a radcontextmenu on left click of a radbutton?


thanks...
Marin Bratanov
Telerik team
 answered on 10 Nov 2017
12 answers
2.9K+ views
Hi,

I want check all my checkbox on RadCombobox when initial load.
Is there any feature to do that ?

Thanks,
Ricky
Lucky
Top achievements
Rank 1
 answered on 10 Nov 2017
12 answers
1.5K+ views
Hi,

I want to show borders between the radgrid columns. By default it does not show up, what property can I use to show the borders between columns?

For most of the demo examples, column border shows up but I don't see any specific property in the code of those pages.
Few examples I was looking at are:
http://demos.telerik.com/aspnet-ajax/grid/examples/client/clientsideapi/defaultcs.aspx
http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandinput/defaultcs.aspx?product=grid

Thanks.
Shakir
Top achievements
Rank 1
 answered on 10 Nov 2017
3 answers
191 views

We would like to use the RadDock - Telerik ASP.NET Dock feature in our ASP.NET Core 1.0 + Kendo UI application which uses Razor's .cshtml views. In the demo's this feature is only shown in .aspx (http://demos.telerik.com/aspnet-ajax/dock/examples/overview/defaultcs.aspx). 

Will Razor be supported any time soon? 

Thanks in advance!

Nencho
Telerik team
 answered on 10 Nov 2017
3 answers
128 views

Hi, I have a radwindowmanager with the following properties set.

ClientIDMode="Static"
ID="YearEndWindows"
Width="1000"
Height="600"
VisibleStatusbar="false"
Behaviors="Close,Move,Resize"
runat="server"
OnClientClose="onClientClose"
DestroyOnClose="true"
Modal="true"
ShowContentDuringLoad="false"

I have two buttons that use this to open a window.  If I click a button and open the first window, all is good.  If I click the second button and try to use javascript to change the height/width, the window still opens 1000x600 even though it was changed thru code.  Is there an issue or am I using this wrong?

 

JavaScript:

var manager = $find(managerName);

if (fullscreenMode) { //Boolean I pass in to change the default 1000x600 setting

    manager.setSize(1920, 1075);

}

manager.open(url, null); //url is populated

 

Also if I change the code to this:

manager.open(getUrl(url), null, 300, 300);

I get a javascript error complainging about 'getElementsByTagName'. 

 

Any ideas?  Thanks.

Vessy
Telerik team
 answered on 10 Nov 2017
3 answers
223 views

1. Is there a server/client code for loading multiple excel files into multiple sheets ?

2. Is there a server/client code for navigating between sheets ( only see get_ActiveSheet() in client code)

3. When exporting excel file from Spreadsheet, it only export current active sheet data to an excel file, is a way to export all the sheet data into an excel file ?

Regards, 

 

Norbert
Top achievements
Rank 1
 answered on 10 Nov 2017
0 answers
116 views

the RadDatepicker show multiple icon on the side, instead of only the calendar icons. Same goes to the RadTimepicker, not showing multiple icons, but seems the icon overlapped with the control.

Currently using version 2015.2.826.40.

screen shot as attached.

 

Zul Fadzly
Top achievements
Rank 1
 asked on 10 Nov 2017
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?