Completed
Last Updated: 28 Oct 2015 06:25 by ADMIN
Completed
Last Updated: 23 Oct 2015 05:21 by ADMIN
ADMIN
Created by: Joana
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
0
For the time being you can safely use the same scenario with ContentAreaMode set to Div.
Completed
Last Updated: 21 Oct 2015 15:38 by ADMIN
Completed
Last Updated: 20 Oct 2015 22:21 by ADMIN
ADMIN
Created by: Joana
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
2

			
Completed
Last Updated: 20 Oct 2015 22:12 by ADMIN
ADMIN
Created by: Iana Tsolova
Comments: 3
Category: UI for ASP.NET AJAX
Type: Feature Request
5

			
Completed
Last Updated: 20 Oct 2015 21:53 by ADMIN
Created by: Jason
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
1
Please add "bootstrap" to drop down list of available skins to base a NEW skin on from style builder. I wish to make some color changes (blue to red) but require all the css and image files.

Thanks.
Completed
Last Updated: 20 Oct 2015 21:33 by ADMIN
ADMIN
Created by: Pavlina
Comments: 2
Category: UI for ASP.NET AJAX
Type: Feature Request
3

			
Completed
Last Updated: 20 Oct 2015 12:42 by Erick
Completed
Last Updated: 19 Oct 2015 15:04 by ADMIN
ADMIN
Created by: Simon
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
2

			
Unplanned
Last Updated: 19 Oct 2015 14:58 by ADMIN
Completed
Last Updated: 19 Oct 2015 14:31 by Matthew
ADMIN
Created by: Kostadin
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0

			
Completed
Last Updated: 19 Oct 2015 11:21 by ADMIN
Created by: VnDevil
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
1
Hi Telerik,

I've seen your new Theme Builder at http://themebuilder.telerik.com
This is wonderful tool for all developer and I love it.
So I have a feedback, can you create a Forum for everybody where we can share our Theme Builder in ASP.NET Ajax forum like Visual Style Builder forum's already exists.
And a library where the best Theme Builder was pulic by others developer.

I think this is good wat for the development of community Telerik

Thanks
Completed
Last Updated: 19 Oct 2015 08:04 by ADMIN
Completed
Last Updated: 15 Oct 2015 09:00 by ADMIN
Resize the window in order to activate the screen boundary detection. Expand the first and the second root nodes then scroll to the bottom and expand the last root node. Notice that the drop down is scrolled to the top.



  <telerik:RadDropDownTree runat="server"ID="RadDropDownTree1" >
    </telerik:RadDropDownTree>

    protected void Page_Load(object sender, EventArgs e)
    {
        var tree = RadDropDownTree1.EmbeddedTree;

        for (int i = 0; i < 10; i++)
        {

            tree.Nodes.Add(new RadTreeNode("Roo t" + i.ToString()));
            for (int j = 0; j < 10; j++)
            {
                tree.Nodes[i].Nodes.Add(new RadTreeNode("Sub" + i.ToString() + " " + j.ToString()));
            }

        }
    }
Completed
Last Updated: 15 Oct 2015 07:47 by ADMIN
ADMIN
Created by: Boyan Dimitrov
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
1

			
Completed
Last Updated: 14 Oct 2015 13:59 by ADMIN
Completed
Last Updated: 13 Oct 2015 08:13 by ADMIN
Completed
Last Updated: 12 Oct 2015 11:44 by Kris