in pre version of Kendo UI Jquery, the follow code can get select tab id , but it is not working in recent version.
var tabStrip = $("#" + controlName).kendoTabStrip().data("kendoTabStrip");
var selectId = tabStrip.select()[0].id;
Please help

I am having inconsistent behavior for the Menu widget.
Sometimes, the submenu will appear below not on the typical right side. Please see attached illustration which is based on the Menu demo page.
I like to know if there is API or function to use that could recalculate a submenu position?
My version is 2021.3.1109
jQuery version: 3.6.0
Hi
I am working on a project that utilizes multiple rows. I have "required" in the html and a validator (such as the one below) in the typescript file.
The issue is that, if I check for validation and it returns false, then I close the window and go to a different row, the new row will still have false validations from the previous row and will still have the red borders around the required fields.
I can't find a way to turn off the validation when the row is exited.
I have attempted things such as this.kendoValidator.cleanAttributes; thinking it would clear the validation when the window is closed but the validator is still holding onto that false value for any other row that echatazar I go into.
I am trying to implement filter which can support relative fields i.e. the first field would be table names once user choose any table then second field gets populated with all columns available for selected table. Now users can choose operator and pass value for filtering the column value. So basically I want to filter on basis of column's value. As I dont want to put all columns for all tables in one field because that makes my drop down very long as I have huge columns in some table and also user wont be able to search specific column easily hence I want to introduce one more field which is table drop down. Once user select from table drop down then column dropdown will only have selected table column which reduce the columns number and user can choose easily. see the attached screenshot for same. So the expression preview should be something like <field1-N>.<field2-N> <operator> <value> e.g. "table1.column5 is equal to myvalue". How we can achieve this ? I tried using editortemplate of field property of kendo Filter widget and added field 2 as shown in attached screen shot but after that not able to get field 2 value in expression. Can someone suggest what are the other ways we can achieve this ?
Hi,
Is there a way to calculate/sum the display value instead of the keyed value on the spreadsheet control? In the example below, the actual value for the E3 and E4 is actually 1.5 as we do not allow decimal points, it is shown as 2 instead of 1.5. I will like the sum (cell E5) to be "4" instead of "3". Is it possible?

Hi!
I'm trying to create an email input control. Something similar to how gmail works, where you can type and get autocompletion and where the email is converted to a "chip" that have an "x" on the right for removing. The multiselect already looks very close to what I need to achieve, but I need to be able to enter freeform convert to chip on enter or after a comma is added.
I realize that the multiselect is not designed that way, and freeform text is not really compatible with multiselect.
So the question I have is... Is there a way to use some of the building blocks of the multiselect to achieve a similar result?
I need to create a custom control to convert a freeform "John Doe <jd@example.com>" To a chip that just displays the name.
Again, I understand I will need to write the bulk of the logic to support this behavior, but I don't see a "chip" control like the angular counterpart has. Maybe I'm missing something.
Cheers
We are using jquery-1.11.3.js and implemented Kendo UI Jquery Virtual Vertical Grouping Scheduler Control (2021.3.1207).
We upgraded the jquery to jquery-3.6.0.js and also jquery-1.12.4.js but unable to open popup on double click of event or day.
Please find below screenshot of JavaScript errors we are getting.
I have a grid and I added a search to the toolbar using toolbar: ["search"]. My datasource has a field called eventType that returns an integer corresponding to an event's type. Since the number means nothing to an end user I am using the item template to convert the number to a text string. How would a user use the toolbar's search field to search by that text string rather than the number? For example, type in "concert" and you should get events with type 1.
Here is a dojo: https://dojo.telerik.com/@dojolee/UWaVOtoY
