Declined
Last Updated: 30 Jun 2016 15:42 by ADMIN
Created by: Samir Vaidya
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
2
Provide the ability to clone or duplicate entire rows in the RadGrid control that can then be subsequently used in Insertion operations.

This would be particularly useful when bulk editing records in a RadGrid that are very similar to existing records and only differ by a few values.
Completed
Last Updated: 30 Jun 2016 15:13 by ADMIN
Created by: Rick Atkinson
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0
Since there are still several customers that need support for old browsers, why not create two separate sets of controls.  The existing ASP.Net Ajax controls maintain support for old browsers while HTML5 Ajax controls are not.  Personally, I do not need support for old browsers and would like to see leaner, better controls built from the ground up just to support HTML5.
Declined
Last Updated: 30 Jun 2016 15:09 by ADMIN
Created by: Sompop
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0
I just had a chance to use RadColorPicker in the RadGrid. after having few discussions with Andrey, it seems like to use it in edit mode and be able to bind back, it requires a lot of coding in the code behind and converting rgb to the right format. The code does not look complicated. I propose to add something like <telerik:GridColorPickerColumn that similar to <telerik:GridAttachmentColumn and <telerik:GridHTMLEditorColumn so users can just drag and drop easily. This should be beneficial to anyone who use the control.
Declined
Last Updated: 30 Jun 2016 14:38 by ADMIN
I'm using a gridview that used to work before I installed a new trial version (the old one did expire in the middle of our evaluation). The gridview code is taken from your example i.e. I haven't added any extra functionality it's all out-of-the-box. All I did was to connect to our SQL server datasource. The component that errors was already there from the beginning.
Declined
Last Updated: 30 Jun 2016 14:31 by ADMIN
Created by: Prashanth
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0
I have a dynamic user control that has a radgrid inside it. The user control would always display the radgrid in edit mode on page load. Inside the radgrid, there is a radcombobox. There is a javascript in usercontrol itself for radcombobox OnSelectindexchanging event. What we need is to hide/display a row of the radgrid based on the combo box value by passing the row index which needs to be displayed/hidden. Problem is I am not able to access radgrid (or any control) from the usercontrol. I have attached the complete user control page. Please see cbo_OnSelectedIndexChanging function. Inside this method, we call HideRow(index) method. In hideRow, when we reference matertableview, it fails. Can anyone please help?
Declined
Last Updated: 30 Jun 2016 13:35 by ADMIN
Created by: Andy
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
6
Column width can be manually set via ExportInfrastructure.Column.Width, however, the width cannot be set to be based on the width of the column's cells' content. An auto-size property on the columns would be very useful for properly formatting the Excel file.
Declined
Last Updated: 30 Jun 2016 13:34 by ADMIN
Declined
Last Updated: 30 Jun 2016 13:26 by ADMIN
Created by: Edgar
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0
When you use the scheduler to manage items other than appointments, it'll be nice to have drill down capability. Ie show project and all it's tasks as child.
Declined
Last Updated: 30 Jun 2016 13:25 by ADMIN
Created by: Edgar
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0
Just like the silverlight version does.
Completed
Last Updated: 29 Jun 2016 12:19 by ADMIN
ADMIN
Created by: Dobromir
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
4

			
Completed
Last Updated: 29 Jun 2016 12:15 by ADMIN
ADMIN
Created by: Georgi Tunev
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
3

			
Completed
Last Updated: 29 Jun 2016 08:58 by ADMIN
The OK and Cancel buttons of the Link Manager are cut off in Silk skin in Classic mode. The issue is introduced in 2016 R2 release.
Completed
Last Updated: 29 Jun 2016 06:51 by ADMIN
ADMIN
Created by: Rumen
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
1

			
Declined
Last Updated: 29 Jun 2016 06:29 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
3
Integration with SP Ribbon
Completed
Last Updated: 29 Jun 2016 06:23 by Matt
ADMIN
Created by: Dobromir
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
1
Use the Tab key to navigate through table cells.
Completed
Last Updated: 29 Jun 2016 06:21 by ADMIN
ADMIN
Created by: Rumen
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
0
When using the Image Editor from with in the Image Manager, our customers would like to be able to enter the ""Resize" numbers for the width and height.  Right now, the only way to change the numbers is using the slider tool. Is there any way to enter the actual numbers ?
Completed
Last Updated: 28 Jun 2016 13:43 by Matt
Take the following code and paste it into the editor in HTML mode...
Copy Code
<html>
    <head>
        <title></title>
        <style type="text/css">
            OL LI {LIST-STYLE-TYPE: upper-roman;}
            OL LI OL LI {LIST-STYLE-TYPE: upper-alpha;}
            OL LI OL LI OL LI {LIST-STYLE-TYPE: decimal;}
        </style>
    </head>
    <body>
        <ol>
            <li>Test...
            <ol>
                <li>add sub bullet after this item...
                </li>
                <li>it most likely got formatted with an "A" and not a "1"<br />
                <ol>
                    <li>It should have been a 1 like this line</li>
                </ol>
                </li>
            </ol>
            </li>
        </ol>
    </body>
</html>
Flip back to design view and it looks great. Then in design view add a sub bullet to bullet A. It will be formatted with an "A" instead of a "1" that the css style defines. But, if you switch back to HTML view and then back to Design view the formatting is correct. Am I doing something wrong or is this a known issue?

Telerik Comment:
The Indent button (which fires a browser command) which is used to insert a sub bullet produced the following non XHTML compliant content:

<OL>
<LI>Test...
<OL>
<LI>add sub bullet after this item... </LI>
<OL>
<LI>new sub bullet</LI></OL>
<LI>it most likely got formatted with an "A" and not a "1"<BR>
<OL>
<LI>It should have been a 1 like this line </LI></OL></LI></OL></LI></OL>

When you switch to HTML mode, the ConvertToXhtml filter of RadEditor corrects the content and it becomes:

<ol>
    <li>Test...
    <ol>
        <li>add sub bullet after this item...
        <ol>
            <li>new sub bullet</li>
        </ol>
        </li>
        <li>it most likely got formatted with an "A" and not a "1"<br />
        <ol>
            <li>It should have been a 1 like this line </li>
        </ol>
        </li>
    </ol>
    </li>
</ol>

For this reason there is a difference how the bullets are rendered.
Completed
Last Updated: 28 Jun 2016 13:26 by ADMIN
ADMIN
Created by: Rumen
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
2

			
Declined
Last Updated: 28 Jun 2016 13:23 by ADMIN
ADMIN
Created by: Iana Tsolova
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
2