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.
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
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

			
Declined
Last Updated: 23 Jun 2016 21:49 by John
Declined
Last Updated: 09 Jun 2016 06:52 by ADMIN
RadHtmlChart does not cache the correct size when placed inside initially hidden iframe.

Workaround:

            function redrawChart() {
                kendo.drawing.util.TextMetrics.current._cache = new kendo.drawing.util.LRUCache(1000);
                $find("<%=RadHtmlChart1.ClientID%>").get_kendoWidget().redraw();
            }
Declined
Last Updated: 07 Jun 2016 13:14 by ADMIN
Created by: Krunal
Comments: 2
Category: UI for ASP.NET AJAX
Type: Bug Report
1
Visual style builder is not working properly in google chrome, doesnt reflect the changes that I m doing to create the style.

Declined
Last Updated: 07 Jun 2016 13:11 by ADMIN
ADMIN
Created by: Radoslav
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0

			
Declined
Last Updated: 07 Jun 2016 13:11 by ADMIN
Created by: tomc
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0
To cater for SharePoint Lists (or Excel/SQl Sources) with large columns can the Freeze Columns property from the underlying RadGrid be exposed to the SpRadGrid
Declined
Last Updated: 07 Jun 2016 13:02 by ADMIN
Created by: Imported User
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
1
when using spradgrid designer in SharePoint to retrieve data from sql tables the sql tables are ordered in a non sequence. this is really frustrating if you have a lot of tables. It would be great if you can order them by the table name.

Thanks   
Declined
Last Updated: 07 Jun 2016 13:01 by ADMIN
Created by: Mai
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0
Dear Team,

I using Telerik for SharePoint on a page layout I am using the tag below

<telerik:RadHtmlField id="EnglishContent" FieldName="English Content" runat="server"> </telerik:RadHtmlField>

My customer requires to have a default text value inside this editor every time the user creates new page from the page layout. When I am trying to use rhe <content> tag I got an error that the tag content is not recognized as a Rad HTML Field tag.
Declined
Last Updated: 07 Jun 2016 07:00 by ADMIN
formatting is lost when content is pasted from ms word 2010 to radeditor
Declined
Last Updated: 06 Jun 2016 14:34 by ADMIN
Created by: Aravind
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
1
Hi  Telerik Support Team,

   This is suggestion,can find only one viewer to view all type files,pls look http://groupdocs.com/apps/viewer/live-demo,this viewer first generate png and js file using pdf2json.exe and mudra.exe form pdf file.
So at first other than pdf file using Aspose dll convert into pdf file,and then generate png and js file form converted pdf.
Currently we did above way to view all types of file in viewer,so if in teleriik  control ,it look more attractive way,like how ordinary button differe telerik button.
It just request/suggestion only,so not possible pls ignore it.

And compare 2 files interface possible in telerik control,in Notepad++ can do compare 2 files,it give different result .
Declined
Last Updated: 03 Jun 2016 06:24 by ADMIN
Created by: José Ángel
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
2
Hi,
It would be so usefull a template or tool like codesmith or ironspeed to generate database-driven applications or at least a set of pages for CRUD operations where I can list the registers of each table/entity and edit it contents and Its relatives.

Thanks
Ángel.
Declined
Last Updated: 01 Jun 2016 15:53 by ADMIN
Performance and decreasing the footprint of JavaScript/CSS size of pages is very important for major websites. You all clearly know that as it was one of your goals with Lightweight rendering.

We would like documentation that shows the approximate file sizes for the Javascript and CSS files per control. We would also like to know the base libraries:

AnimationFramework.js - KB?
PopupScripts.js - KB?
TouchScrollExtender.js - KB?
ScrollingScripts.js
OData.js (why does this load if we aren't using OData?)
OverlayScript.js
NavigationScripts.js
etc

We would like more control over the loading of these and knowing what functionality dictates what scripts.

This would really help us evaluate whether to use a control or look for a lighter jQuery alternative as we are very concerned with file sizes and the loading time of our web pages.
Declined
Last Updated: 01 Jun 2016 12:55 by ADMIN
Created by: Peter
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0
an email text control.
a control like a text box but that filters out the invalid characters that cannot be used in an email address. This control could be separated in 3 parts:

part1@part2.part3

When the user hits the dot "." just before part3, a autocomplete feature can make it easier (faster) to select a frequently used prefex (like .com, .net, .org, etc...). This feature can be customized by the developer. The developer can turn it on or off. He can also make an own autocomplete list and eventually restrict to a list of suffixes.
Also when you want the user to type in an email address with a fix part 2 and part 3, the developer could customize it like this (e.g. when you want the user to enter only email addresses of @gmail.com, the developer can do this by design.

The three parts in the email address are required in order to have a valid email address.

As an extra feature the control can have a "IsValid()"-method that can be used by the developer to quickly check whether the email address is valid.

Server-side as well as client-side API make sense....