Unplanned
Last Updated: 18 Jun 2020 16:04 by ADMIN
Created by: SWAT
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
4
It will be nice to have a countDown control with all the client/server events and the suite skins, which will enable the developer to show a visitor with a timer to complete a task (like finsih a purchase with a guranteed price for few minutes) and call a web service when the timer got to zero, and show a message to the client (with integrated Notificatoin object) about the price (changed or staed the same etc.) and let the developer decide if he wants to start the timer again or not.

Thanks,
ilan.
Unplanned
Last Updated: 29 May 2020 16:00 by ADMIN
Simple reproducible is attached to illustrate the problem.

A workaround may be replacing RadButtons that invokes such postbacks with regular buttons and using a form decorator

Alternatively, you can simply disable the handler URL encryption

You can also put the following in the global.asax file to prevent the version from rendering on the page markup
        protected void Application_BeginRequest(object sender, EventArgs e)
        {
			System.Web.HttpContext.Current.Items["_!TelerikVersionStampRendered"] = true;
        }
or you can add the same line in a global Page_Load handler (e.g., in a base page class or in the master page your project uses)
Unplanned
Last Updated: 28 May 2020 07:53 by ADMIN
Created by: Yogesh
Comments: 3
Category: UI for ASP.NET AJAX
Type: Feature Request
10
We are using Telerik Ajax controls in our web site. We need a functionality where user can read a barcoded value using camera device or barcode image on a web page.

We found that Ajax Barcode control has only Barcode generator functionality.

Is there a way we can read barcode value on web site?
Unplanned
Last Updated: 02 Jan 2020 16:53 by ADMIN
Created by: Etra
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
2
Is it possible to show only year options using MonthYearPicker? I would like to show a YearPicker.
Unplanned
Last Updated: 02 Jan 2020 16:33 by ADMIN

Hi, I have trouble with RadScriptManager. I would like combine scripts on page to only one file. But when I enabled it, my site threw javascript error on loading.
Please help me fix it, it would also be better if you can help me understand what happened.

First image is what I set up for RadScriptManager

Secondary image is the error.



I have no idea what's Telerik.Web.UI.Point, I haven't used it anywhere.

Please help me get this error out & fix it.
Thank you.

Unplanned
Last Updated: 26 Dec 2019 23:54 by ADMIN
Created by: Doug
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0
I am requesting the ability to view the release history by individual control.  Currently all I see is the Release History by release.  If I want to see what the updates/enhancements between the Wizard control in my telerik version ( currently using 2018.1.117.4 ) and the latest release, I will have to view the release notes for all releases since my version and search for my component.  Would be much easier if i could just go to Wizard control and see all the updates / enhancements to this control since its release and the version for that  specific update/enhancement coincides.
Unplanned
Last Updated: 23 Dec 2019 09:08 by ADMIN

Hi , 

I was wondering if there is an option to search all my tickets by text inside the correspondence with your agent  ?

I know you have option to search by Subject text.

Are you having option to search by any text inside the ticket ? 

That would be very helpful.

Sometimes I remember we have discussed the issue, but I do not remember in what ticket in particular :(  .

It would be very helpful to have advanced search which would provide this .

THanks ,

Orit.

Unplanned
Last Updated: 21 Mar 2019 16:14 by ADMIN
Created by: Suwandi
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
1
i have a feature request

- Image map input

Based mapify,js sample below :

http://etiennemartin.ca/mapify/

I have use it before, storing areas and values in the databases, but the output is hyperlink.

I want it as asp.net input control that have selectedvalue property, i want server side value as the result. Maybe i can borrow hiddenfield or something. But it's wasting time.

Please, add image control input into your collection. It's very usefull i guess.
Unplanned
Last Updated: 12 Feb 2019 16:15 by ADMIN

When attempting to view the page in design view, here's what it looks like:

 

Here is the markup:

    <telerik:RadPanelBar ID="RadPanelBar1" runat="server">
        <Items>
            <telerik:RadPanelItem runat="server" Expanded="True" PreventCollapse="true">
                <HeaderTemplate>
                    <div ID="content-header">
                        Auditing Report | GPO Changes For User
                    </div>
                </HeaderTemplate>
                <ContentTemplate>
                    <div ID="content-body">
                        <telerik:ReportViewer ID="ReportViewer1" runat="server" ReportBookID="" Width="100%" Height="12in">
                        </telerik:ReportViewer>
                    </div>
                </ContentTemplate>
            </telerik:RadPanelItem>
        </Items>
    </telerik:RadPanelBar>

Unplanned
Last Updated: 24 Jan 2018 18:30 by Greg
This applies to data bound containers like grid template columns. 
For standalone control instances, see how to use the DataSelectedField here: https://docs.telerik.com/devtools/aspnet-ajax/controls/radiobuttonlist/data-binding/server-side-data-binding

When the items in the RadRadioButtonList are declared in the markup, the SelectedValue='<%#Bind("fieldName") %>' approach works as expected, but when the items are fetched from a data source, no item is pre-selected.

This works with the standard asp:RadioButtonList and so it must work with RadRadioButtonList.

Issue explanations and workarounds are available in the attached sample pages and videos below.

In short, the workarounds are:
- use declarative items when possible
- OR, use an <asp:RadioButtonList> and a <telerik:RadFormDecorator> to get uniform appearance of the radio buttons across browsers
Unplanned
Last Updated: 28 Sep 2017 07:36 by ADMIN
I have a standard Asp.Net checkbox and a radcheckbox on my webform. But when I configure a sqldatasource and want to add a where clause. Set that to control and want to select the radcheckbox, then only the standard .net checkbox appears in the list. Radcheckbox does not appear. 

Check the attached screenshot for more information.
Unplanned
Last Updated: 15 Nov 2016 15:05 by ADMIN
ADMIN
Created by: Ianko
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
1
There are missing methods in the TypeScript definitions provided. 

You can find attached a file that illustrates what needs to be updated.
Unplanned
Last Updated: 20 Jul 2016 13:10 by ADMIN

It would be nice if all dropdown list controls (dropdownlist, radcombobox, etc) had a built-in "x" button somewhere which allowed the user to clear the selection of an item (ie set its selectedIndex to 0).

Clicking on the "x" would also fire the client-side and server-side (if applicable) SelectedIndexChanging and SelectedIndexChanged events.


			
Unplanned
Last Updated: 06 Jun 2016 14:40 by ADMIN
ADMIN
Created by: Ivan Zhekov
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
5
In it's current state the RadButton only emulates the looks of a MenuButton, but not the behaviour.

In my point of view, such control should prove valuable to customers. More over, there is a growing need of base controls since we already have a at least three such implementations.

A RadMenuButton should be the base (or it's base should be the base) for all control specific implementations of a menu button
Unplanned
Last Updated: 06 Jun 2016 14:01 by ADMIN
ADMIN
Created by: Ivan Zhekov
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
6
Some times we get customers using the combobox as a show / hide panel for other stuff. While this is some what clever solution, the combo is not really designed for that.

An alternative would be to use the panelbar, yet it does not fit the purpose of the control I have in mind.

Details panel (or what ever name we come up with) is a control that has a title, sort of like the panelbar and content area that's always custom.

The details pane should allow for two modes: overlay and displace e.g. overlay acts as the way combobox acts now and displace acts in a similar fashion to the current panel bar.

Apart from the aforementioned usage, another example will be the configuration panel in the QSF.
Unplanned
Last Updated: 01 Jun 2016 12:23 by ADMIN
Created by: David
Comments: 4
Category: UI for ASP.NET AJAX
Type: Feature Request
12
Full featured File Download Manager!
Very similar to the AsynchUploadManager, just in the other direction.

 functionality:
  - download multiple files in asynch mode
  - set a limit to the number of simultaneous downloads
  - progress bar/cancel options for each
  - default to client side 'downloads' directory
  - Handle filestreams
  - convert on the fly using document processing {download as PDF}
  - zip on the fly
  - cache temporary files for sending via email as attachments
  - notify on complete per file or per batch

Thanks!
Unplanned
Last Updated: 24 Feb 2016 10:17 by ADMIN
ADMIN
Created by: Joana
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
1
This feature will allow users to set long footer's text and it will be displayed on a single line.


<ExportSettings><Pdf><PageFooter><<MiddleCell Text="This is a very long footer that gets split to two lines" /></PageFooter></Pdf></ExportSettings>
Unplanned
Last Updated: 11 Dec 2015 07:51 by ADMIN
Created by: Kavitha
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
2
It would be helpful , if you provide image library like Visual Studio provides.
The image library can have all the standard and specific icons of telerik.
Unplanned
Last Updated: 19 Oct 2015 14:58 by ADMIN