Under Review
Last Updated: 19 Sep 2022 16:14 by ADMIN
Created by: Mick
Comments: 2
Category: Popover
Type: Feature Request
1

I prefer the Apple style of placing action buttons on the right in dialogs and the like. Can we add an option to do this?

I'm currently considering overriding css with something like...

.k-popover-actions {
    justify-content: end !important;
    flex-flow: row-reverse !important;
}

Fyi... I just filed an issue for`actionsLayout` missing in the latest typescript definition, so that's the reason for the first css rule included above.

https://github.com/telerik/kendo-ui-core/issues/7008

 

Unplanned
Last Updated: 11 Mar 2022 09:43 by Hoa
Created by: Hoa
Comments: 0
Category: Popover
Type: Feature Request
0

Enhancement
Currently, the Popover callout arrow does not change its position to reflect the anchor element correctly and always positions to the middle of the Popover element

Reproduction
Check the following dojo: 

https://dojo.telerik.com/UcixuSUy

Expected/desired behavior
Popover callout shall update its position

Environment
Kendo UI version: 2022.1.119
Browser: [all]