Trying the LoaderContainer component, and it's really great.
I have quite a tall Grid component, and when triggering a long action from the top or bottom rows of the grid, the spinner animation and "Loading" text is not visible unless you scoll to the vertical centre of the grid where it's actually being rendered.
The dark overlay does show and that's probably enough to indicate something's happening on the back end, but is there an easy way to make this animation show in the centre of the visible part of the browser window?
Thanks,
Peter
If the form has more than one column, the fields are placed in columns based upon how they were laid out in the HTML. For example, field 1 is placed in column 1, field 2 in column 2, field 3 in column 1, etc.
Is there a way, without using a form group, to to control which column is used to render the field? For example, fields 1 & 2 are placed in column 1, and field 3 is placed in column 2.
If that is not possible, then the FormGroup element should be changed so that when the LabelText is not provided, the legend html element is not rendered.
Hello,
I am using the menu component and am noticing that submenus can remain visible after moving the mouse cursor off them.
An example: https://raw.githubusercontent.com/austineric/StaticAssets/master/Example1.gif
(The example uses sample code from https://demos.telerik.com/blazor-ui/menu/index)
I've had users move their mouse that way by chance and it makes the navigation confusing. Is there anything I can do differently to avoid the behavior?
Thanks,
Eric
If I place the DateRangePicker inside a TelerikForm, the start and end input fields are stacked vertically.
If I were to place the control just inside a div, they are arranged horizontally.
How can I get the control to arrange itself horizontally when inside a form?
Thanks
You can move a modal window past the bottom and out of view. At that point the only way to get back to it is to zoom out on the browser. Similarly, if you drag a window to the top, you can move it so high that the title bar is out of view. You can still see the bottom part of the window but even if you zoom out you can't get back to the title bar so the only thing you can do is to either escape out of the window or hope you have Ok/Cancel still visible.
Is there a way to prevent this?
I am simply trying to toggle an Animation Container and have it ZoomOut when it opens, but ZoomIn when it closes. Thought I could update the AnimationType using the reference, but does not work. Please see attached.