Hi,
In my app, I use all of the telerik themes (app lets user select which theme to use.) and I use RadWindows quite heavily.
And in all the other themes, the radwindow shows scrollbars vertically and horizontally correctly when needed.
In bootstrap theme, when I first open the window, there are never scrollbars, but if I maximize the window then restore size of window, the scrollbars are there.
Also, if there are no scrollbars and I do something that causes the page inside the window to postback, the scrollbars will come up.
What's the deal? I need those scrollbars on first load!
Thanks!
Hi Team,
We are using Telerik 2014.2.724.40, while opening RadWindow using radopen method from client side, it is not opening properly. The window controls buttons are out of the window and getting vertical scroll bar.
Can you please suggest if there is any fix or workaround for this.
Thanks,
Suresh.
Hello,
I am using a telerik scatter chart like this one my page http://demos.telerik.com/aspnet-ajax/htmlchart/examples/charttypes/scatterchart/defaultcs.aspx
I need to change the background to a gradient like this http://www.strangeplanet.fr/work/gradient-generator/?c=9:FF0000:FFEE00:00FC15
Is this possible? I currently have it hacked where I set the background property to transparent and put a gradient "image" in the back.
Is there a way to use CSS, HTML, or server side script to change the gradient? I also need it to be diagonal.
Please help.
Max
I want to delete the selected uploaded file from the list on some condition.
Actually I want to allow only PDF files to be uploaded. As soon as I upload I am able to track the file extension and I am able to popup a message that this file is not valid but that file is uploaded and shows RED marked in the uploaded file list on top. I want that file should be removed from the list at that time itself.
Please help me out.
Hello,
If you have a span tag at line 1 and press enter to create a new line it adds a span tag to a new line. See the video for details:
http://screencast.com/t/nseFoTTl
Is there a way to prevent this?
To put it bluntly, is this possible? When I try and do it in design mode in Vis it simply crashes Vis. When you do it in source view and load the resulting page, when you click on a item in the second wizard it changes the first wizard.
I simply wanted to use it because the wizard is so much better than the tabs and multiview
We have a TreeView control that needs to load a lot of data, so we use on-demand mode. We also require each node have a checkbox and save what the user checked in a database. We can load the TreeView just fine. The problem comes when saving. Sometimes, not all the values from all the nodes are saved. After doing some experimenting, I came determined the cause but cannot think of a simple solution.
Here's the scenario to illustrate:
You come to a page with the TreeView control for the first time, expand a tree branch, say branch called "website1" and check the nodes under website1 that say "Homepage" and "Contact Us". Then you click save and leave the page. The database saves "Homepage" and "Contact Us" as expected. Now you come back to the page, expand the node "website2" and check something there and click save. The problem is the "Homepage" and "Contact Us" you selected from website1 the first time are no longer saved in the database as you did not expand the website1 branch.
When saving, we delete all previous values selected in the database and loop through the CheckedNodes collection to determine which nodes the user checked. However, because you did not expand the website1 branch the second time, the TreeView will not have the 2 nodes checked due to on-demand mode.
Does anyone have any ideas on what to do?
Hi,
I have 2 Radgrids inside Master Radgrid and Export is implemented on master radgrid so that both radgrid data can be exported into one file.
one of the Radgrid is having Footer Row which is used to display total of some of the columns.
When I am doing Export to Word then Footer data is not properly formatted and its misaligned.
Check the screen shot for the same.
Please provide me solution for formatting footer row alignment in export to word .
Thanks in advance.
Anu
Hi,
How can I set the height using CSS?
<telerik:RadListBox runat="server" ID="rlb" CssClass="height40" ><Items><telerik:RadListBoxItem Text="1" /><telerik:RadListBoxItem Text="2" /><telerik:RadListBoxItem Text="3" /><telerik:RadListBoxItem Text="4" /><telerik:RadListBoxItem Text="5" /><telerik:RadListBoxItem Text="6" /><telerik:RadListBoxItem Text="7" /></Items> </telerik:RadListBox>