Declined
Last Updated: 19 Mar 2014 10:45 by ADMIN
sso
Created by: Anthony Mangini
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
1
sso
Has telerik ever thought of writing an SSO class or control that would allow someone to add the functionality to sign on to their website using sso and SAML 2.0 for secure login?
Declined
Last Updated: 19 Nov 2014 09:43 by ADMIN
Declined
Last Updated: 23 Jun 2022 09:19 by ADMIN
Declined
Last Updated: 27 May 2021 17:43 by ADMIN
Created by: Slim
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
1
I'd like to use several masks in order to accept many phone numbers format. 
The component must accept phone numbers with these separators : "-", "/", "|" and space between figures. 
Here are some example of format that i mean:

1- xx-xx-xx-xx-xx 2- xx - xx - xx - xx - xx 
3- xx.xx.xx.xx.xx 4- xx/xx/xx/xx/xx 
5- xx / xx / xx / xx 6- xx|xx|xx|xx|xx 
7- xx | xx | xx | xx 

Evidently, the component needs to accept figures only. Most of the time, the phone numbers are inserted by a copy-pasted
Declined
Last Updated: 03 Jan 2020 21:18 by Yahia
Created by: Yahia
Comments: 2
Category: UI for ASP.NET AJAX
Type: Feature Request
1
.NET provides a standard mechanism to resolve any needed assembly via the AssemblyResolve event (https://msdn.microsoft.com/en-us/library/system.appdomain.assemblyresolve(v=vs.110).aspx).
Besides self-implementing this event there are tools (like SmartAssembly) which use this mechanism.
We use this mechanism to make application deployment (including ASP.NET applications) as painless and easy as possible.

With Telerik ASP.NET this does not work :-(

Please provide some way/sample/API to make it possible to embed Telerik ASP.NET assemblies.

Thanks in advance.

Best Regards
Yahia El-Qasem
Declined
Last Updated: 24 Apr 2015 13:37 by ADMIN
It was bug in the Firefox, and now works as expected. Here is markup for testing:
<script runat="server">  
    protected void RadTextBox1_TextChanged(object sender, EventArgs e)
    {
        newText.Text = RadTextBox1.Text;
    }  
</script>
<asp:Label runat="server" ID="newText"></asp:Label>
<telerik:RadTextBox runat="server" ID="RadTextBox1" AutoPostBack="true" OnTextChanged="RadTextBox1_TextChanged"></telerik:RadTextBox>
<asp:Button Text="submit" runat="server" />
Declined
Last Updated: 14 Jun 2021 15:45 by ADMIN
Created by: Doug
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
1
An existing control looks like http://demos.devexpress.com/ASPxImageAndDataNavigationDemos/NewsControl/DataBinding.aspx
Where this control would allow you to express the UI of the aggregated feed data, where as the  feeds from RSS or  LinkedIn, YouTube etc can be sorted, grouped, stared or shared. 
So ideally feeds can be added at run time. Personal settings could be saved using existing tooling.
The ideal solution would allow the end user to customize their feeds.
Ideally it would degrade well onto a mobile  interface so you can flick thru all the feeds, flick to the left or right to dismiss or save. This is a bit more KendoUI
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: 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: 10 Aug 2015 07:17 by ADMIN
GridDragDropColumn cannot be dragged when added to a dynamically created Grid. The issue can be reproduced with the following code:

    override protected void OnInit(EventArgs e)
    {
        RadGrid gr = new RadGrid();
        gr.ID = "testGrid";
        gr.AutoGenerateColumns = false;
        gr.NeedDataSource += gr_NeedDataSource;
        GridDragDropColumn columnDrag = new Telerik.Web.UI.GridDragDropColumn();
        columnDrag.HeaderStyle.Width = Unit.Pixel(40);
        columnDrag.HeaderText = "Drag";
        fileExplorer.Grid.Columns.Add(columnDrag);
        //gr.MasterTableView.Columns.Add(columnDrag);
        
        gr.ClientSettings.AllowRowsDragDrop = true;
        gr.ClientSettings.Selecting.AllowRowSelect = true;
        Page.Controls.Add(gr);
    }
Declined
Last Updated: 04 Aug 2015 10:18 by ADMIN
as you know we purchased DevCraft Complete and it is really hard to download everything file by file.

I really wish if you have one magic button which when i click it it will download the entire files for all DevCraft Complete updates for ajax, kendu, reporting etc
Declined
Last Updated: 30 Oct 2015 15:09 by ADMIN
Created by: Bheem
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
1
We are currently using v2010 of telerik.web.ui dll in our production environments and planning to move to 2015 very soon. Upon updating in our staging environments we are seeing a massive difference in dll size between the 2 versions. Also the webresource.axd(javascript) in the new version is 1.14MB in size which may cause some performance issues. My question is:

1. Is there a way to reduce this size or do per-need basis loading?
2. Can we refer telerik js files in our master page so that they are not loaded all the time? If so, please let us know how.
Declined
Last Updated: 02 Sep 2019 14:38 by ADMIN
ADMIN
Created by: Marin Bratanov
Comments: 3
Category: UI for ASP.NET AJAX
Type: Feature Request
1

			
Declined
Last Updated: 14 Jun 2021 15:36 by ADMIN
ADMIN
Created by: Ivan Zhekov
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
1
For all controls that have a dropdown, there should be a DropDownSettings part.

Namely, it should control: width, height as well as their min / max counterparts and css class. Perhaps z-index
Declined
Last Updated: 10 Jan 2018 11:29 by Doug
Created by: Doug
Comments: 3
Category: UI for ASP.NET AJAX
Type: Feature Request
1
Would be nice to have a  single sign on control (eg like http://www.gigya.com/)
What this means is that you can sign on/sign up  with any social login.
Would like this to work well with ajax controls and KendoUI
This sign on is megga important on mobile, but good for conversions on standard laptop or HD websites.
Declined
Last Updated: 10 Aug 2021 15:12 by ADMIN
Created by: Matt
Comments: 2
Category: UI for ASP.NET AJAX
Type: Bug Report
1
I am doing a bin deployment on a web site for the following assemblies...

Telerik.Windows.Documents.Core
Telerik.Windows.Zip
Telerik.Windows.Documents.Fixed
Telerik.Windows.Documents.Flow
Telerik.Windows.Documents.Flow.FormatProviders.Pdf
Telerik.Windows.Documents.Spreadsheet
Telerik.Windows.Maths
Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml
Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf

I recently used the upgrade wizard, and it successfully updated the versions for these assemblies, but it did not update the version numbers in the Web.config.  I manually removed the version number completely from Web.config, and it seems to work fine.
Declined
Last Updated: 31 Oct 2014 16:02 by Elena
ADMIN
Created by: Rumen
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
1

			
Declined
Last Updated: 20 Jan 2015 15:34 by ADMIN
I am using Header Context Filter Menu for the RadGrid.I found the two different filter options with that but there is an "And" option where "Or" option makes more sense to use with compare to "And".Even I did not finding any option on RadGrid to change this "And" option to "Or". Waiting for you kind response if you have any work arround or fix for this as i am in b/w of the development and found this. So let me know as early as possible.
Declined
Last Updated: 20 Jan 2015 15:01 by ADMIN
Created by: Sushil
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
1
I have a Rad Grid with modal popup option for insert and update operation. When i insert or update some record for this rad grid the modal pop up doesn't close by clicking on save button in Internet Explorer 10 and hence the record is not saved. It works fine with previous versions of Internet Explorer and also with other browsers like Chrome and Firefox. Find the attachment for a related snapshot.
Declined
Last Updated: 21 Jan 2015 09:53 by ADMIN
Created by: 신철
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
1
My ASP.NET project updated 2013 Q1.

Not bad. but I found some error.

RadGrid's clientSettings element of AllowScroll = 'true' if the layout is broken.

The reason for the scroll function will render the data area is divided into a new DIV.

HEADER column portion and a data portion, while the size of the column is divided 

into different DIV does not fit.

Attach the file. Look the screenshot.