Declined
Last Updated: 21 Feb 2014 14:08 by ADMIN
 in Thailand use Year is Buddhist Datepicker not work and another  problem can't not research in google so another tools is cool

Declined
Last Updated: 29 Jun 2021 06:23 by ADMIN
@(Html.Kendo().TabStrip().Name("dashboardTab")
    .HtmlAttributes(new {@class = "fullHeight"})

I need that css class applied at the outermost element rendered through the TabStrip. Otherwise there is no way to modify a controls appearance using css only without wrapping every single tabstrip in a container for the sole purpose of accessing it with css.
Declined
Last Updated: 26 Jun 2015 17:45 by ADMIN
Created by: Peter
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
When using the NoRecords template that was just introduced in Q2 2015. If the grid has pagaing enabled, the NoRecords template appears below the paging row which looks awkward, since the grid is empty. It would be nice that if paging is enabled on the grid, and the NoRecords template is triggered, hide the paging row.
Declined
Last Updated: 09 Jun 2015 13:42 by ADMIN
Declined
Last Updated: 08 Jun 2015 09:28 by ADMIN
Created by: Prashant
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Illegal characters in path.
  ~/Content/kendo/fonts/DejaVu/DejaVuSans-Bold.ttf) format("truetype"
Declined
Last Updated: 01 Jun 2015 15:36 by ADMIN
Created by: Justin
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
If I have a splitter with two horizontal panes, the right pane will adjust, but the left pane will not. The pane splitter itself will not move, and does not allows the left pane to adjust. This often prevents a responsive page.
Declined
Last Updated: 29 May 2015 11:18 by ADMIN
Created by: soniya
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Hi,
Mvc KendoGrid With ajax call is not working,it only returns Json.
Declined
Last Updated: 01 Jul 2021 11:33 by ADMIN
Created by: Imported User
Comments: 3
Category: UI for ASP.NET MVC
Type: Feature Request
1
We can add option for No filter in filter selection , Is consumes less space then other
Declined
Last Updated: 10 Jun 2021 14:11 by ADMIN
Created by: Imported User
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
ASP.NET MVC DisplayTemplates should by evaluated and take effect in Grid columns (see: http://www.telerik.com/forums/using-a-displaytemplate). Thus for custom formatting, defining a ClientTemplate() should not be required.
Declined
Last Updated: 01 Jul 2021 11:17 by ADMIN
Created by: madcamp
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
today we need to loop through all rows in the Grid to do something in a row. On Telerik Extensions we had the OnRowDataBound event which we had the current row to do something. 
Declined
Last Updated: 11 Jun 2021 08:38 by ADMIN
The Kendo UI Grid currently supports posting the rows in the grid back to the server with the rest of the form, but in order to do this you have to add ClientTemplates for each column, with a hidden input to store the value.  If you want to use client-side validation with this setup, you have to add the validation attributes to the hidden inputs as well.  In an ASP.Net MVC situation, this adds up to a lot of manual synchronization between the validation attributes that exist on the viewmodel and the corresponding columns in the view.  It would be great if the grid could enable this type of behavior in a way that is more automatic and requires less manual synchronization between the viewmodel and view.  For example, if there was some kind of MVC helper that would take the display expression and name for the hidden input and would generate it automatically, complete with the validation attributes from the property being bound to, that would be great.
Declined
Last Updated: 11 May 2016 09:02 by ADMIN
Created by: Imported User
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
Please add Favourites/Bookmark features in ASP.net MVC. This feature is available only in WPF

Most of the websites would require this feature. I don't think none of the websites will be developed without this. I am not sure how this is been missed out in ASP.net MVC/Kendo.
Declined
Last Updated: 12 Mar 2015 13:32 by ADMIN
Created by: James
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
The Save Changes and Cancel Changes are are always enabled.  Make it so they are enabled if there are any uncommitted changes and disabled if not
Declined
Last Updated: 14 Jun 2021 13:39 by ADMIN
Created by: Imported User
Comments: 2
Category: UI for ASP.NET MVC
Type: Feature Request
1
When having a filter on a number, the only option to chose, is a NumericTextBox, which adds decimals to the number (very annoying).

    public enum GridFilterUIRole
    {
        Default = 0,
        NumericTextBox = 1,
        DatePicker = 2,
        DateTimePicker = 3,
        TimePicker = 4,
    }

The only way to get rid of the decimals, is to ad some scripts that does this:

function NumericFilter(e) {
    $(e.element).kendoNumericTextBox({ "format": "n0", "decimals": 0 });
}

We need a IntTextBox option.
Thank you.
Declined
Last Updated: 01 Dec 2014 10:16 by ADMIN
Created by: sathwik
Comments: 2
Category: UI for ASP.NET MVC
Type: Feature Request
1
I have edited the kendo grid example and i will post the code where i am able to replicat.
Declined
Last Updated: 20 Nov 2014 20:35 by ADMIN
Created by: Bing
Comments: 1
Category: UI for ASP.NET MVC
Type: Feature Request
1
add maximize, minimize or close actions on sortable panel demo
Declined
Last Updated: 18 Jan 2019 13:57 by ADMIN

I'm using drawing.drawDOM to create a PDF. I have to make a table of contents in the beginning of the PDF. I've got two issues:

- How do I link to another section of the PDF? <a href="#conclusion">Conclusion</a> and then later <a name="conclusion"></a> doesn't seem to work :-/

- How do I figure out on which page a specific part of the document is being rendered? In my TOC I would like to say "Conclusion....page 22".

Declined
Last Updated: 26 Feb 2019 06:37 by ADMIN

This request feature is tied to ticket #1388825. Refer to that ticket for the illustration of the problem I am referring to. 

Given two splitter windows, all I require is to populate one splitter window with some data related to the other splitter window.

In my case, one Telerik splitter window has a simple 3-level Telerik tree control. When the 3rd level is clicked on, I want the other Telerik splitter window containing a Telerik grid to display details of what was clicked on. This requires an AJAX call to avoid having to reload the tree control.

However, while working with Support, there seems to be a very high degree of rocket science and uncertainty involved with implementing this scenario. 

I would have thought with great certainty that the functionality I need would be clearly documented somewhere in the Telerik doc database. I am still amazed that I might the first person who has this problem.

So, this feature request is to essentially provide very clear and competent documentation on the design pattern one needs to implement AJAX calls which pass data between two Telerik controls. At the very least, it would document the design pattern for the scenario I described above.

Maybe this cannot be done in the 21st Century yet. I don't know what is involved. I'm just a backend developer who purchased a Telerik license so I would not have to spend the rest of my life trying to learn Javascript.

 

Thank you,

Jay

jaylauriano@hotmail.com

 


Declined
Last Updated: 10 Jun 2021 06:25 by ADMIN

When using QueryableExtensions.ToDataSourceResult() from Telerik MVC, SQL following gets produced:

.. FROM [RMP].[V_UC_EQUIPMENT_LOG2_LOCALIZATION] WHERE ([Extent1].[LOG_TIME] >= convert(DateTimeOffset, ''2019-03-05 23:00:00.0000000 +00:00'', 121)) AND ([Extent1].[LOG_CLASS_ID] IN (78,7,18,30,19,16,17))

When we filter manually in code with linq, e. g.

..  table.Where(e => e.T_EquiID == 234234) ...

the linq provider produces a parameterized query as follows:

AND (@p__linq__0 = [Extent1].[T_EquiID])...

 

When using a parameterized query, Sql Server can reuse the execution plan much better saving compile time, which is in our case sometimes a big issue.

Please tell us, why can QueryExtensions do produce parameterized queries.

Declined
Last Updated: 09 Jun 2021 11:03 by ADMIN
Created by: Hesam
Comments: 3
Category: UI for ASP.NET MVC
Type: Feature Request
0

Hi, 

I'm wondering that if it's too much trouble for Telerik to add/implement  Persian Calendar In Kendo UI Products.

respectfully,

Thank you for your consideration,