### Bug report
When the Grid Column Menu is set to "modern", the ButtonGroup "And"/"Or" in the Filter menu is not translated.
### Reproduction of the problem
1. Create a Grid and enable the ColumMenu with the type "modern".
2. Include the localization script "kendo.messages.de-CH.min.js" and the culture file "kendo.culture.de-CH.min.js".
3. Set the Kendo culture to "de-CH".
4. Open the ColumnMenu of a specified Grid column and then the Filter menu. The messages "And/Or" are not translated. The messages are translated as expected when using the default ColumnMenu.
A Dojo sample for reproduction: https://dojo.telerik.com/UpUmAlIW
### Expected/desired behavior
The Filter menu ButtonGroup should be translated when using the "modern" ColumnMenu.
### Environment
* **Kendo UI version: 2022.3.913
* **jQuery version: 1.12.4
* **Browser: [all]
<div class="k-content">
@(Html.Kendo ().ImageEditor ().Name ("ImageEditor").SaveAs (i => i.FileName ("Image.jpg")))
</div>
Steps to reproduce:
1. Open a JPEG file in ImageEditor.
2. Save the image.
Current behavior:
The image is saved to Image.jpg but the format of the image is the PNG format.
Expected behavior:
The image should be saved in the format of the loaded image. In the example above, the image should have been saved in the JPEG format instead of the PNG format.
This is very annoying especially because of the increase in file size. For example, a 1 MB JPG file is saved to a 6 MB PNG file.
C# / .NET 5 / Telerik.UI.for.AspNet.Core (V2021.2.511)
Hello,
I'm already using UI for ASP.NET Core, but want to use the OrgChart. I see that it's only in UI for ASP.NET AJAX. Can I get OrgChart to work in my ASP.NET core project?
Thank you.
I have a donut chart which represent as a circle and in middle of cricle there is some text, which needs to drilldown, hence click event need which is very necessary
Even when using server side paging some requests can be very long, and may be canceled by the user. Adding a CancellationToken parameter to the ToDataSourceResultAsync.
Align more to grid items (since treelist is essentially a grid with parent/child). Need a ForeignKey element to allow for helpers etc. instead of forcing override and manual Templates.
columns.Add().Field(n => n.StatusId).Title("Status").Width(150).Template("#=statustemplate(data)#"); columns.Add().Field(n => n.CategoryId).Title("Category").Width(150).Template("#=categorytemplate(data)#");
ForeignKeys should be treated the same was a grid elements and allow for the UIHint, etc.
Full alignment of the .Add function to .Bound in grid would be nice as well, but naming is as critical as the functionality.