Unplanned
Last Updated: 7 Dec 2022 17:30 by Mahesh
Created by: Mahesh
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
1

Hi Team,

I would like to request a way to set all UI for ASP.NET MVC components to deferred without using the deferred() method for each individual component.  

Thank you!

Unplanned
Last Updated: 28 Nov 2022 08:16 by ADMIN

Hi Team,

 

We need a solution for the below issue

On Telerik grid when we do filter options (server side)  on multiple columns the grid adding the

SQL keywords in filter logic like “and, or, where “like…

Our WAF (web application firewall) is stopping these  keyworks as part of the application security.

 

We have created a ticket on this issue (Support ID:1584292) , support team has provided some custom solutions but

Those are not working.

Can we have any feature in the grid which can do encryption of SQL keywords while passing it

To the server.

 

Thank you.

Unplanned
Last Updated: 23 Nov 2022 12:24 by ADMIN
Created by: Taki Xaftellis
Comments: 1
Category: Chart
Type: Feature Request
1

The date aggregation has ChartSeriesAggregate.First however it would be useful to also have ChartSeriesAggregate.Last iei aggregating share price.

Is there currently anyway to implement?

 

 @(Html.Kendo().Chart(Model)
        .Name("chart")
        .Series(series =>
            {
                series
                    .Column(model => model.Value, categoryExpression: model => model.Date)
                .Aggregate(ChartSeriesAggregate.Avg);
        })
        .CategoryAxis(axis => axis
            .Date()
            .BaseUnit(ChartAxisBaseUnit.Weeks)
            .MajorGridLines(lines => lines.Visible(false))
        )
        .ValueAxis(axis => axis
            .Numeric()
            .Line(line => line.Visible(false))
        )
    )
Unplanned
Last Updated: 16 Nov 2022 14:53 by Gaurav
Created by: Gaurav
Comments: 0
Category: Editor
Type: Feature Request
1

In Word the user can resize the first and the last column of a table. When the outer borders of a table are hovered, a resize handle appears and the user can drag it left or right, to resize the respective column.

Currently, in the Editor this is not possible. The user can resize the first column only through its right border, and the last column, only through its left border. Resize handles do not appear for the outer borders. There are handles that appear when you focus the table, but they are used to resize the whole table.

It would be nice, if the column resizing functionality Word has can be implemented in the Editor.

Unplanned
Last Updated: 28 Oct 2022 07:05 by Ashish
Created by: Ashish
Comments: 0
Category: Notification
Type: Feature Request
1
It would be nice if the Notification can play a sound on showing up, similarly to the AJAX RadNotification.
Unplanned
Last Updated: 27 Oct 2022 12:40 by Teagan
Created by: Teagan
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
3

Font Awesome has an icon stacking feature: https://fontawesome.com/docs/web/style/stack It allows easier alignment, size and color customization of sets of icons. It would be nice, if a similar functionality is implemented for the Kendo UI web font icons.

 

Unplanned
Last Updated: 19 Oct 2022 12:35 by Yahya
Created by: Yahya
Comments: 0
Category: NumericTextBox
Type: Feature Request
1
Currently, the API does not expose configurations that allow changing the decimal and number group separators. It would be useful if you can add such configurations. 
Unplanned
Last Updated: 5 Oct 2022 08:21 by ADMIN
Created by: Sarah
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
6

In the Text Editor, I would like to suggest an upgrade to "Insert hyperlink". It would be great if you would split out the prefix from the address and have a selector that allows the user to choose website, email, or phone. Selector: Website/Email/Phone Address:sales@kendoui.com Text: Kendo UI Tooltip: Click Here Open Link in new window: No Results: <a href="http://www.kendoui.com">Kendo UI</a> <a href="mailto:sales@kendoui.com">Kendo UI</a> <a href="tel:8883652779">Kendo UI</a>

I believe your Ajax editor does this already, so can it please be added to the MVC one?

Also, we have just moved from a different editor to Telerik's, and the previous one did have this feature. Thanks!

Unplanned
Last Updated: 28 Sep 2022 06:18 by Yanislav
Created by: SAA
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Currently, the API does not expose functionality that enables the user to rotate images. It would be useful if you can add such a tool in the toolbar that allows image rotation. 
Unplanned
Last Updated: 16 Sep 2022 17:00 by Dana
Created by: Dana
Comments: 0
Category: Upload
Type: Feature Request
1

Hi Team,

I would like to request an example in the Kendo UI demonstrations which shows how to integrate the Kendo UI Upload with a Kendo UI Grid.  It would also be nice to be able to submit files from selected files from the Grid using the Upload.  

Thank you!

Unplanned
Last Updated: 6 Sep 2022 13:24 by Guilhem
Created by: Guilhem
Comments: 0
Category: ExpansionPanel
Type: Feature Request
1
Currently the ExpansionPanel's Title option accepts only a string. Apart from showing text, it would be useful to have the ability to display components in the title. 
Unplanned
Last Updated: 25 Aug 2022 17:42 by Chris Edmonds
Created by: Chris Edmonds
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I'd like to request a similar example based on the virtualization of local data demo for UI for ASP.NET MVC.  

Thank you!

Unplanned
Last Updated: 25 Aug 2022 16:59 by Jon

Describe the bug
Scenario: a Window appended to the content of a TabStrip tab. If the content is scrolled down, when you open the Window it does not appear centered. Reproducible only with the SASS themes.

To reproduce
Steps to reproduce the behavior:

  1. Go to this dojo example: https://dojo.telerik.com/unopUDaQ/7
  2. Follow the instructions in tab 1: scroll down to the bottom of the tab's content and click the button.
  3. The Window shows up, but it is not centered. In Chrome the tab's content is automatically scrolled up a little bit.
  4. On dragging the Window, the mouse cursor is offset from the title.

Expected behavior
The behavior with the LESS themes is the expected one. The Window appears centered and there is no offset when dragging it.

Affected package (please remove the unneeded items)

  • theme-default
  • theme-bootstrap
  • theme-material

Affected suites (please remove the unneeded items)

  • Kendo UI for jQuery

Affected browsers (please remove the unneeded items)

  • All

Build system information (please remove the unneeded items)

  • Not Applicable
Unplanned
Last Updated: 18 Aug 2022 07:39 by Thanuja

Bug report

When the Grid AutoBind() configuration is set to false, the Grid is rendering an empty cell in the row element with class .k-no-data. (Image.png)

Reproduction of the problem

Set AutoBind configuration of Telerik UI for Asp.Net MVC Grid to 'false'. The Grid is rendered correctly except for the empty row and the empty cell in the table body.

Current behavior

An empty row with one empty cell is rendered.

Expected/desired behavior

The tbody element should be empty.

Environment

  • Kendo UI version: 2022.2.621
  • Browser: [all]

Image

Unplanned
Last Updated: 2 Aug 2022 15:05 by Jason
Created by: Jason
Comments: 1
Category: Installer and VS Extensions
Type: Bug Report
1

Creating a Telerik project for the "Standard" option is broken (VB.NET and C#):

1. The project fails building due to this error:

2. The rendered hamburger menu does not appear properly:


 

Unplanned
Last Updated: 2 Aug 2022 10:27 by Brandon
Currently, the Grids search functionality applies a filter based on the search term each time the user type is within the input box (search bar). It would be useful if you can configure the search functionality to apply the filter when a button is clicked.  
Unplanned
Last Updated: 26 Jul 2022 12:55 by Tyler
Created by: Tyler
Comments: 0
Category: RadioGroup
Type: Bug Report
0

Bug report

If a RadioGroup is used for editing a required field, the validator is fired if a selection is not made. However, when selecting a field after the validation message appears and blurring the field, the other inputs of the RadioGroup remain marked as invalid.

Reproduction of the problem

Open the dojo:
https://dojo.telerik.com/eSEliROr/3

  1. Try to submit the form.
  2. The validation is triggered since the form is invalid, which is correct.
  3. Select Name and click anywhere on the page.
  4. The other options are still recolored as invalid

Expected/desired behavior

When an option is selected and the input is no longer focused, the validation message should disappear. Also, the other inputs should no longer be marked as invalid.

Environment

  • Kendo UI version: 2022.2.621
  • Browser: [all]
Unplanned
Last Updated: 18 Jul 2022 05:02 by Curt

Bug report

Reproduction of the problem

Dojo example: https://dojo.telerik.com/InUYAheR/4
Drag and drop a row from Grid2 to Grid1 by following the steps below:

  1. Click and hold down the mouse button within a Grid2 row, just before its ID value or a little after it.
  2. Drag the row to Grid1 and drop it over row 3 or row 4.

Current behavior

Grid1's first row values get updated, instead of the drop target row values. This is because e.target in the DropTarget's "drop" event does not return the actual target you drop over.
If you click and drag in the middle of the Grid2 row, drag it and drop it over a row in Grid1, the drag and drop functionality works as expected: e.target returns the correct target.

Expected/desired behavior

e.target should consistently return the target you drop over, regardless of where in the dragged row you have clicked.

Environment

  • Kendo UI version: 2022.2.621
  • jQuery version: x.y
  • Browser: [all]
Unplanned
Last Updated: 6 Jul 2022 10:45 by SAA
Created by: SAA
Comments: 0
Category: ImageEditor
Type: Feature Request
2

Hi,

I want to show image from database and edit it (crop, rotate etc) and save back to database.

Thanks

Unplanned
Last Updated: 5 Jul 2022 08:20 by Holger
Created by: Holger
Comments: 0
Category: UI for ASP.NET MVC
Type: Feature Request
2
I have the following scenario:
I am using an ASP.NET MVC application with WebPack and Javascript modules. To initialize the Kendo components I embed the deferred scripts in a javascript function, which is then called by the JS view model. 

My problem is: Kendo registers the initialization scripts through the SyncReady function, which is then called asynchronously on the document.ready event. But there is no way to configure the controls after initialization in the javascript. So e.g. an OnAfterInit event or similar. For controls like the TileLayout this is very annoying, because no user gets the idea to click a button to load the "right" layout. But surely the other controls would also benefit from such an event. Also a global entry point after processing "syncReady" would be useful.