Am considering use of server side filtering and paging for combobox because expecting large number of dropdown values.
What would be the recommended number of values count for which the use of server side filering/paging is recommended? When would one start seeing performance issues with large number of dropdown values?
Thnks.
Your link returns a "not found" error:
https://demos.telerik.com/aspnet-core/tabstrip/events
Is there a guide for creating a Asp.Net core application on Mac OS X using kendo.ui for asp.net core ?
Or just using OS Windows and IDE VisualStudio ?
I have two auto completes working on the main page of this application. One on the header and one that appears when the user resizes the browser down to a smaller screen width/
Both use the same controller ajax action. It seems the first time the user types in the values it take about 5 seconds to render matches. And subsequent searches are instant.
Is there a way to optimize that so that that first search is instant? Please note that the dataset is large. Over 10,000 products. But that data is cached in .NET Core at application startup so it is not hitting the database again on each search or a web service, rather reading from the same cached list. And that list is optimized to contain only two fields, the product name and primary key.
Is there a way to pre-read the data for the list to make it faster?
Thanks
Wanting to add tooltips to column headers on the grid.
Trying:
$(document).ready(function () {
//grid header tooltip
$('thead [data-title]').kendoTooltip({
content: function (e) {
return $(e.target).text();
},
});
})
Seems to work except there appears to be spurious tooltips. Please see attached 1.png and 2.png.
These appear to be from title attributes from within child elements. Please see 3.png and 4.png.
In the case of 3.png the title="" attribute appears to be dynamically added.
Would like to remove the empty title="" tooltip and convert the column menu tooltip due to title="Column Menu" to be of kendoTooltip as well (preferably using single initialization step).
Hi;
I'm newbie to core and trying progress controls. I'm using razor pages and i couldn't find any sample about selecteditemchanged event usage for filling other controls from db.
Is it possible to give a short sample? If filling can be done serverside will be more happy :)
Thanks
How do you remove the "Add Task" button? My Gantt chart is completely driven from database values, so I don't want my users to be able to add tasks to the Gantt, they only need to see schedule.
Thanks
Ken
Hi,
I want to develop an editable grid using kendo in Asp.net core 2.
I am trying to install nuget package kendo grid in asp.net core 2
Kendo.MVC.UI
Kendo.MVC
However i am not able to get the through.
I am getting following version conflict.
Package Kendo.Mvc 2016.1.112 is not compatible with netcoreapp2.1 (.NETCoreApp,Version=v2.1). Package Kendo.Mvc 2016.1.112 supports:
Can you please help me with some demo version if its available.