After updating the Radzen to v5.3.1 the SplitButton popup appears outside of the screen.
I have the following layout: SplitButton is at the rightmost position of the pinned column at right. The split button has no text, just icon. Essentially it immitates the 'more' button [...].
When user clicks the button, its popup aligns by the left edge of the split button, which moves almost whole popup content outside of the screen (scroll bar appears).
Were you guys able to reproduce this issue? Is there anything I can help you with in order to address this issue?
Verified on 5.6.1 - the issue is still there.
in 5.6.4 its is even worse - the popup now overlaps the split button itself
If there is a room at the right side of the grid, popup shows up
if you make the window small enough so there are no space at the right of the grid, the popup position is weird.
I use this class to hide rz-splitbutton-menubutton part of the split button.
Essentially all I need is a button that toggles the popup that is aligned at the right side of my button (similar to ProfileMenu, which I cannot use, see the very first message).
It looks like I need to implement it without using Radzen components.