Hi,
I saw that the Scss package has a different version than the kendo version. Is there a page where we see the connection between these 2?
What I mean is for example the @progress/kendo-theme-bootstrap@3.2.0 only work with versions starting from Kendo UI R1 2019
Or is it a guaranty that the latest version of the scss file works with any version of kendo?
Hi there. I'm new to the spreadsheet component and was wondering the following. Am I able to take two javascript arrays (converted to json) and populate one starting in cell B2 and populate the other starting in cell J5, for example? I couldn't find a way to dictate the starting cell using 'datasource' and couldn't find a way to add multiple data sets into one worksheet. Thanks.
Hi all,
We are currently in a server migration procedure, which resulted in unexpected complications. In consequence, the Bower authentication procedure is failing. The responsible team is working on that issue for the past several hours. We will update the current thread with more details when we have them.
Please, excuse us for the caused inconvenience and thank you for your patience!
Hi I am trying to set the title of my dialog window dynamically but get an error
Uncaught TypeError: Cannot read property 'title' of undefined 
Hello, I have buil a grid in my app and I need to filter the grid using different criteria from outside the grid. I attach an scrrenshot to clarify my issue:
I need to select something on the combobox and filter it on the client side, as well as write something on the text box and filter teh grid below.
Thank you!

Hello
I'm not sure if I'm right here but I couldn't find a topic for kendoDialog...
I have a dialog mask in my application (KendoUI, Javascript/JQuery) with two buttons: "Ok" and "Cancel". I would like to set the focus to the "Ok" button by default or at least when the dialog window is opened. I tried different things like setting .focus() on the first found .k-button, I tried to simulate a TAB command (that sets the focus to the "OK" button doing this by keyboard) on kendoDialog event "open", but everything around that didn't work. I assume that .focus() doesn't work because its not an official HTML button.
Is there a (simple) way to set the focus in a kendoDialog to a button?
Regards