Declined
Last Updated: 06 Feb 2023 10:53 by ADMIN
Created by: Camputaro
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0

Hello,

Can you please add the control ID to this error so the affected control can be easily identified?  Right now, if you have a page with multiple combo boxes, it is extremely time consuming to locate the one with the issue.

Thank you,
DJ

--

Selection out of range
Parameter name: value

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentOutOfRangeException: Selection out of range
Parameter name: value

Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:
[ArgumentOutOfRangeException: Selection out of range
Parameter name: value]
   Telerik.Web.UI.RadComboBox.PerformDataBinding(IEnumerable dataSource) +339
   Telerik.Web.UI.RadComboBox.OnDataBinding(EventArgs e) +1196
   Telerik.Web.UI.RadComboBox.PerformSelect() +34
   System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() +134
   Telerik.Web.UI.RadComboBox.OnPreRender(EventArgs e) +57
   System.Web.UI.Control.PreRenderRecursiveInternal() +200
   System.Web.UI.Control.PreRenderRecursiveInternal() +297
   System.Web.UI.Control.PreRenderRecursiveInternal() +297
   System.Web.UI.Control.PreRenderRecursiveInternal() +297
   System.Web.UI.Control.PreRenderRecursiveInternal() +297
   System.Web.UI.Control.PreRenderRecursiveInternal() +297
   System.Web.UI.Control.PreRenderRecursiveInternal() +297
   System.Web.UI.Control.PreRenderRecursiveInternal() +297
   System.Web.UI.Control.PreRenderRecursiveInternal() +297
   System.Web.UI.Control.PreRenderRecursiveInternal() +297
   System.Web.UI.Control.PreRenderRecursiveInternal() +297
   System.Web.UI.Control.PreRenderRecursiveInternal() +297
   System.Web.UI.Control.PreRenderRecursiveInternal() +297
   System.Web.UI.Control.PreRenderRecursiveInternal() +297
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +7474

 

Declined
Last Updated: 30 Aug 2022 13:52 by ADMIN

It would be great if telerik can provide remove blank data rows on column which helps when dealing with huge data.

I am able to achieve the logic with below code.

  var grid = $find('<%= RadGrid_MeaInfo.ClientID %>');
            // MasterTable
            var masterTable = grid.get_masterTableView();
            // Items/Rows
            var dataItems = masterTable.get_dataItems();

            for (var i = 0; i < dataItems.length; i++) {
                var item = masterTable.getCellByColumnUniqueName(dataItems[i], "TriggerMan")
                debugger;
                if (item.innerHTML == "" || item.innerHTML == undefined) {
                    masterTable.hideItem(i);
                }
            }


Declined
Last Updated: 26 Aug 2022 11:03 by ADMIN
Declined
Last Updated: 23 Jun 2022 09:19 by ADMIN
Declined
Last Updated: 18 Apr 2022 14:22 by ADMIN
Created by: Fawad
Comments: 2
Category: UI for ASP.NET AJAX
Type: Feature Request
2
It would be useful to add a functionality to existing Input control or create a new control which will allow users to use touch screen pen to write text. The control should automatically convert the handwriting into simple string text (NOT Image) using OCR or something else.
Declined
Last Updated: 02 Mar 2022 13:26 by ADMIN
Declined
Last Updated: 02 Mar 2022 11:34 by ADMIN
Based on customer feedback:

The RadSiteMap documentation is lacking description for the CSS class names. Add description similar to the one present in other controls, RadMenu per say.
Declined
Last Updated: 24 Feb 2022 10:06 by ADMIN
ADMIN
Created by: Iana Tsolova
Comments: 2
Category: UI for ASP.NET AJAX
Type: Feature Request
8
a TIFF viewer that can zoom in and out and possibly edit TIFFs.
Declined
Last Updated: 11 Oct 2021 09:38 by ADMIN
ADMIN
Created by: Jeff Fritz
Comments: 4
Category: UI for ASP.NET AJAX
Type: Feature Request
4
It would be helpful if the BarCode control could render DataMatrix barcodes
Declined
Last Updated: 10 Aug 2021 14:06 by ADMIN
Created by: kencox
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
3
The new scaffolding capabilities in ASP.NET web forms are great for productivity.

I'd like to see Telerik-specific scaffolding that substituted Telerik controls.
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: 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: 13 Jun 2021 11:20 by ADMIN
Created by: David
Comments: 2
Category: UI for ASP.NET AJAX
Type: Feature Request
1
So you don't have a dedicated place to put this so I'm placing it here with the hope the right person get it.

I don't use the MSI to do my updates because I hate my controls being placed into ind folders that you came up with. I constantly find myself rummaging through them looking for the correct control.

HOWEVER.. if I manually DL them and ref the DLL and create a folder of my own making all the controls flow in in alphabetical order and I can get to the exact one I need instantly.

If the MSI can be changed to ask me for how I want them placed into VS so that happens I can then DL the MSI and get all the other features I lose doing it this way.

After talking with CS/Tech support the asp.net/Core is for MVC type applications. I'd like to suggest dropping the word "core" and changing it to MVC to avoid confusion.

So hope this gets to the right set of eyes.

Cheers!
Declined
Last Updated: 11 Jun 2021 12:00 by ADMIN
Created by: Webmaster
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0

        <!-- Load Facebook SDK for JavaScript -->
        <script>
            //Executes on page load
            window.fbAsyncInit = function () {
                FB.init({
                    appId: '{your-app-id}',
                    xfbml: true,
                    version: 'v2.5'
                });

                // Get Embedded Video Player API Instance
                var my_video_player;
                FB.Event.subscribe('xfbml.ready', function (msg) {
                    if (msg.type === 'video') {
                        my_video_player = msg.instance;
                        my_video_player.unmute();
                    }
                });
            };

            (function (d, s, id) {
                var js, fjs = d.getElementsByTagName(s)[0];
                if (d.getElementById(id)) { return; }
                js = d.createElement(s); js.id = id;
                js.src = "//connect.facebook.net/en_US/sdk.js";
                fjs.parentNode.insertBefore(js, fjs);
            }(document, 'script', 'facebook-jssdk'));
        </script>

RadMediaPlayer provides built-in integration with Facebook urls from sql table.
Declined
Last Updated: 11 Jun 2021 11:59 by ADMIN
Created by: Nitin
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0

Ref. attached Image its show horizontal scrolling round with red color.

In business application more number of groups and menu item at that time horizontal scrolling very usefull as shown in the attached image

Declined
Last Updated: 11 Jun 2021 11:55 by ADMIN
Created by: Raimund
Comments: 2
Category: UI for ASP.NET AJAX
Type: Feature Request
0
a radmenu  with input-fields would be very usefull
this would work the same way like a configuration-menu
Declined
Last Updated: 09 Jun 2021 15:32 by ADMIN

can we give two Focus Keys in KeyboardNavigationSettings ?

Current -->  <KeyboardNavigationSettings CommandKey="Alt" FocusKey="P" />

Two key strokes -->  <KeyboardNavigationSettings CommandKey="Alt" FocusKey="P + Y" />

Declined
Last Updated: 28 May 2021 17:35 by ADMIN
Created by: John
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0
Hello, In one of the pages in our website, we have a RadGrid that uses client-side binding.  Above the grid, there's an "Apply Best Fit" button that executes the following JavaScript:
...
...

applyBestFit: function(tableView)
{
  var columns = tableView.get_columns();

  for (var i = 0; i < columns.length; i++)
    columns[i].resizeToFit(false, true);
}

...
...
In IE, it runs VERY slowly when there's 5,000 grid rows.

I found this post: "http://www.telerik.com/forums/radgrid-with-resizetofit-javascript-issue" and read the recommended link: "http://docs.telerik.com/devtools/aspnet-ajax/controls/grid/performance/grid-performance-optimizations"

I understand that resizeToFit( ) is slow under IE.

I would like to propose that you add a new "MaxRowsToEvaluate" (or similar) parameter to resizeToFit( ) that can be used to control how many grid rows are evaluated when determining the widest size of a column.

With this new parameter, I could pass a value of 25, for example, and know that only up to 25 grid rows will be used in calculating the widest size of a column.  That would speed things up a lot I think.

Using this approach, the resizing would not be perfect, because a cell in the column beyond the "MaxRowsToEvaluate" number of rows may contain a value that's really long, but at least it wouldn't make the browser look like it's hung.

Thanks
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
1 2 3 4 5 6