Declined
Last Updated: 14 Oct 2021 11:04 by ADMIN
the *.map files in the js directory are excluded by Eclipse.  I have yet to figure out why this is.  At any rate - they are not yet being returned to the browser
Declined
Last Updated: 24 Aug 2017 13:06 by Telerik Admin
I am trying to build  a dashboard  using telerik kendo with at least 3 template and a drop down panel from where i need to drag and drop  to those template ...
am using   
<div kendo-sortable class="col-sm-4 placeholder" id="side"
                        k-connect-with="'#main'"
                        k-placeholder="placeholder"
                        k-hint="hint"
                        k-filter="'.widget'"
                        k-on-change="dropped(kendoEvent)" style="width: 180px">...</div>


AND


   <div kendo-sortable class="col-sm-8 placeholder" id="main"
                    k-connect-with="'#side'"
                    k-placeholder="placeholder"
                    k-hint="hint"
                    k-filter="'.widget'"
                    k-on-change="dropped(kendoEvent)">....</Div> 

but by using this i can create only one template how to create rest.
Declined
Last Updated: 14 Oct 2021 11:10 by ADMIN
Created by: Andrew
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
The mobile application exposes an 'init' event when the application has initialised. This would be useful on all UI widgets, especially in circumstances when MVVM is not being used, for example to check whether other widgets are also initialised and perform actions accordingly.
Declined
Last Updated: 14 Oct 2021 11:10 by ADMIN
When setting the 'useNativeScrolling' to true in 'app.js', the rendering of a drawer is effected.  Additionally, trying to scroll on the drawer actually scrolls the view (which will be partially off the screen).

Some views will not need native scrolling so it would be beneficial to have the option to choose which views use native scrolling and which do not.

I am aware there is the data-use-native-scrolling attribute but this seems to have the same problem as 'useNavtiveScrolling' in 'app.js'.
Declined
Last Updated: 20 Nov 2014 20:49 by ADMIN
Created by: Jason
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Bug in KendoUI ContextMenu sample
See: http://demos.telerik.com/kendo-ui/menu/context-menu
There is a line of code in this sample:
menu.getKendoContextMenu().destroy();
Which seems to use a "getKendoContextMenu()" method which is nowhere to be seen in the sample or the docs. Was it omitted from the sample? "menu" here is: var menu = $("#menu") so it is a jQuery object, so further reason to doubt menu.getKendoContextMenu() is valid.
Declined
Last Updated: 20 Nov 2014 20:48 by ADMIN
Hello:

I need to move a horizontal column in a grid table, and too i need move a window at the same time. We can do this now? If possible do, what it is the method to do that?
Declined
Last Updated: 20 Nov 2014 20:49 by ADMIN
Created by: Miguel
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
f I have a columns like columns: `[{field: "Address.City"}]`, then it fails if Address is null. 

Uncaught TypeError: Cannot read property 'City' of undefined 

Expected: to handle nulls in parts of path in the same way as nulls in the leaf (e.g. City in this example). Not doing this, means we can't use the default template, sort or group functions on nested properties. 

Simple Dojo snippet to repro. 
http://dojo.telerik.com/AGeTo
Declined
Last Updated: 20 Nov 2014 20:48 by ADMIN
Created by: Robert
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
The SignalR demo does not work in IE8.  I can add records, but not view changes to records made to them.  The error that displays is:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; InfoPath.3; MS-RTC LM 8)
Timestamp: Tue, 7 Oct 2014 15:06:04 UTC


Message: Object doesn't support this property or method
Line: 29
Char: 13
Code: 0
URI: http://demos.telerik.com/kendo-ui/content/shared/js/example-datasources.js

Please fix your demo.
Declined
Last Updated: 22 Jan 2020 08:39 by ADMIN
Created by: Tarek
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
Like jQuery 2.0, a version that leaves behind the older Internet Explorer 6, 7, and 8 browsers. In return it is smaller, faster, and can be used in JavaScript environments where the code needed for old-IE compatibility often causes problems of its own
Declined
Last Updated: 22 Jan 2020 07:39 by ADMIN
Created by: Imported User
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
2
The horizontal data selection for line charts works great...for the applications I need to build, I also need the same sort of selection vertically. Please consider implementing this soon...i know others have inquired about this as well.
Declined
Last Updated: 20 Nov 2014 20:44 by ADMIN
Created by: Imported User
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1
TypeError: Cannot read property 'get' of null↵    at makeWidgetInfo (<anonymous>:94:43)↵    at <anonymous>:507:33

I get this error during reloading the page. I assume this is in your extension.
Declined
Last Updated: 10 Jun 2021 06:30 by ADMIN
Created by: Pierpaolo
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
28
I would like to implement something similar to what proposed here:
http://kendoui-feedback.telerik.com/forums/127393-telerik-kendo-ui-feedback/suggestions/6454228-separation-of-shapes-and-datasource-for-maps-in-da

Basically, it comes to binding shape properties to data: every time data changes, the filling of the shapes is changed accordingly.

Please, guys, this would be really good!
Declined
Last Updated: 20 Nov 2014 20:46 by ADMIN
Created by: Eric
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
The only thing holding us back from investing in Kendo UI is the lack of a styleable scrollbar.  You have the most beautiful controls on the market, but they are marred by the mere built-in scrollbars (as rendered by the browser).

When do you plan to address the scrollbar?

Thank you.
Declined
Last Updated: 29 Sep 2014 12:22 by ADMIN
Created by: Shurland
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2
I need to create this ...

        ''' <summary>
        ''' Gets all categories
        ''' </summary>
        ''' <param name="categoryName">Category name</param>
        ''' <param name="pageIndex">Page index</param>
        ''' <param name="pageSize">Page size</param>
        ''' <param name="showHidden">A value indicating whether to show hidden records</param>
        ''' <returns>Categories</returns>
        Public Overridable Function GetCategories(Optional categoryName As String = "", Optional pageIndex As Integer = 0, Optional pageSize As Integer = Integer.MaxValue, Optional showHidden As Boolean = False) As IPagedList(Of Category) Implements ICategoryService.GetCategories
            Dim query = _categoryRepository.SelectOne
            If Not showHidden Then
                query = query.Where(Function(c) c.Published)
            End If
            If Not [String].IsNullOrWhiteSpace(categoryName) Then
                query = query.Where(Function(c) c.Name.Contains(categoryName))
            End If
            query = query.Where(Function(c) Not c.Deleted)
            query = query.OrderBy(Function(c) c.ParentCategoryId).ThenBy(Function(c) c.DisplayOrder)

            If Not showHidden Then
                'ACL (access control list)
                Dim allowedRolesIds = Ctx.CurrentUser.Roles.Where(Function(cr) cr.Active).[Select](Function(cr) cr.EntityId).ToList()
				query = From c In query Join acl In _aclRepository.SelectOne On _
				    New With { _
					 .c1 = c.EntityId, _
					 .c2 = "Category" _
				 Equals acl Select Var = acl
				} = New With { _
					 .c1 = acl.EntityId, _
					 .c2 = acl.EntityName _
				} Into c_acl From acl In c_acl.DefaultIfEmpty() Where Not c.SubjectToAcl OrElse allowedRolesIds.Contains(acl.RoleId) Select c

                'Store mapping
                Dim currentStoreId = _storeContext.CurrentStore.EntityId
				query = From c In query Join sm In _storeMappingRepository.SelectOne On _
				    New With { _
					 .c1 = c.EntityId, _
					 .c2 = "Category" _
				 Equals sm Select Var2 = sm
				} = New With { _
					 .c1 = sm.EntityId, _
					 .c2 = sm.EntityName _
				} Into c_sm From sm In c_sm.DefaultIfEmpty() Where Not c.LimitedToStores OrElse currentStoreId = sm.StoreId Select c

                'only distinct categories (group by ID)
				query = From cGroup In From c In query Group c By c.EntityId  Into cGroup.Key cGroup.FirstOrDefault()
                query = query.OrderBy(Function(c) c.ParentCategoryId).ThenBy(Function(c) c.DisplayOrder)
            End If

            Dim unsortedCategories = query.ToList()

            'sort categories
            Dim sortedCategories = unsortedCategories.SortCategoriesForTree()

            'paging
            Return New PagedList(Of Category)(sortedCategories, pageIndex, pageSize)
        End Function


How do I get in VB.net
Declined
Last Updated: 11 Mar 2021 14:16 by ADMIN
Currently, DataViz charts allow you to set a valueAxis's tick mark increments (increments of 100 would give you 0, 100, 200, 300, etc). I suggest a way to set a specific amount of ticks that your chart will always load, and the data will use divisions to fit the tick amount you set. Example: I want my chart to always display 5 ticks. I have two users, one who has a max number of 100 and the other has a max of 500. For User 1, the chart would set a max of 100 divided by the 5 ticks (so increments of 20). User 2 would get increments of 100 to fit the 5 ticks. 
Declined
Last Updated: 03 Mar 2020 14:08 by ADMIN
Created by: Manohar
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
3
Enable chart interactive features with Canvas rendering.
Declined
Last Updated: 03 Mar 2020 14:07 by ADMIN
Created by: Imported User
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
3
I would like to the see a feature wherein I can set additional target lines for a bullet chart. This is helpful in scenarios where I need to indicate a target and benchmark. I was able to see similar questions in your forum http://www.telerik.com/forums/set-target-range and also one on stack overflow http://stackoverflow.com/questions/25303748/kendo-bullet-chart-with-two-target-lines 
Declined
Last Updated: 20 Nov 2014 20:38 by ADMIN
Currently I am using v2014.1.416.
I am binding mouseup event with below code.
$('#' + mainId + ' div.k-splitbar').live('mouseup', function(e){
            setTimeout(function () {
                if ((typeof ($fujicracommon) != "undefined") && ($fujicracommon != null)) {
                    $fujicracommon.handleVesselResize();
                }
            }, 200);
        });
Declined
Last Updated: 11 Mar 2021 15:34 by ADMIN
ADMIN
Created by: n/a
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
Make the Kendo UI Dojo embeddable via an iframe. Exactly what jsfiddle.net offers. 

http://doc.jsfiddle.net/use/embedding.html
Declined
Last Updated: 22 Nov 2021 13:41 by ADMIN
Right now on a mobile device it will put just what it needs into the overflow box. I would like to see the ability to force everything into the overflow when it is activated at all.