Hi,
We have a Tab strip on a screen that can have about 10 to 20 tabs on ant any given time and the tab names can be quite long. This has worked fine until we have started moving over to Bootstrap 4, we have set the theme to "kendo.bootstrap-v4.min.css" and the scroll no longer works on the tab strip the tabs just get really small.
an example of this can be seen here https://jsfiddle.net/a0dq3m2j/ if you change the theme to "kendo.bootstrap.min.css" then it works as expected then you make the left pain smaller but with "-v4" the tabs just get smaller until its impossible to use.
Daivd
hi there,
So I need to display a spreadsheet in a kendo window, and am loading the windows content via a partial view. However whenever I add the spreadsheet to the partial view I get this error upon page load in kendo.all.js: Unable to get property '_grid' of undefined or null reference
When I add the spreadsheet to a regular view it loads as expected. If it's in the partial view it has all the tabs at the top (Home, Insert and Data) and the header info, just no grid or any of the sheets defined. I attached a picture.
I am using MVC with razor.
Is there any fix for this or is it a known issue?
Thanks,
Rachael

I want in one of the columns in a grid, add a dropdown or combobox component. As I see, in the documentation,
"Templates are only supported in the form of "strings". Templates in the form of React components are not supported".
Do you know if I can bypass this in any other way?
Cheers

While using kendogrid column validator I can see orange color alert with warning icon.
I want to change this style and just want to show the text in red color below the input columns.
Is it possible ?
I tried to use errorTemplate but they did not work.
$('#grid').data('kendoGrid').addRow();
var tr = $('#grid').find('.k-grid-edit-row');
$(tr).kendoValidator().data('kendoValidator').setOptions({
errorTemplate: '<span>#message</span>'
});
$(tr).kendoValidator({
errorTemplate: '<span>#message</span>'
}).data('kendoValidator');

Hi All
I'm using kendo grid where my data source is a dynamically generated HTML table. I would like to understand how I can generate a dropdown like filter for a particular column, where the user can select the data to be filtered rather than typing it.
Appreciate your inputs.
Thanks
Vijhay Devarajan
