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.
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!
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.
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,
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.
In attached the file you can see bunched labels on top and bottom.
I tried to adjust margin and padding, but it didn't help
Any advice?
Does Telerik has wheel control like the one in below web?
https://ddnews.me/tech/nwguz1zc.html
I need to add href or ImageButton on the wheel. I do not know Telerik whether has the wheel control and what is the wheel control's name?