I am trying to use a Telerik MultiSelect to allow the user to select multiple values with filtering, however with my initial implementation I am stumbling into an odd error where the first select item basically "prevents" scrolling.
As you can see from above, I select the first item, but then no matter if I use my scroll wheel or the vertical scroller on the side, the component automatically snaps back to the selected item being in focus..
I am running the latest Telerik.UI.for.Blazor 6.2.0 and this project is a Blazor Maui app running .Net 8.0..
I don't like the "Default" behavior of adding items to TelerikScheduler ... there is NO visible UI cue for users on how to add an item to the schedule ... they have to be told to double click on a day, this is bad UI design.
I realize I can just create my own Add button and manage adding of schedule items. BUT, I was wondering if Telerik offered a custom Add option either with the OnCreate or something else? Something along the lines of how Add is supported in TelerikGrid with GridToolBarTemplate and GridCommandButton??
Rob.
I'm a newbie about to try putting a carousel in my first app. I notice, however, that when the carousel loops back to the beginning, the visual appearance truly is of going back to the beginning. Is there an easy way to make it look, instead, like it's an endless loop? Obviously the buttons would betray the truth, but the images would appear to move forward continuously.
Thanks!
Hello there,
I am using the Telerik Predefined Dialogs for several different uses, and I want to add the x Close icon in the upper right corner. I know it's redundant, but it's a project requirement and it also seems to be best practice for UI/UX.
if (DisclosureReportSelections.ActivitySelection == -1) { await Dialogs.AlertAsync("Activity must be reported for this period.", "Report Information Required"); return false; }
I like the Predefined Dialogs because they provide 'await' for the user's response, which is handy and efficient in code. I do not want the hassle of customizing a standard Dialog while managing it's visible state.
Attached image for reference.
Hi,
We're trying to make use of Telerik's NPM package with our Blazor project, along with that we want to only implement the individual components we want to use for our stylesheet instead of using `dist/all.
We are using DartSassBuilder to compile our SCSS files.
Below are screenshots of our implementation:
With this we are unable to actually build the app, the build errors didn't work well, but even changing this to use WebCompiler it doesn't work:
It seems both DartSassBuilder and WebCompiler can't make use of the @ naming, and we're unsure of what to do to solve this.
Note:
- Everything will work if we just run it with `dist/all.scss`, however to make the app load faster we want to rather compiler our own custom SCSS solution, namely for Grid and some inputs.
- This is the second blazor project with this issue.
- Both projects use Blazor WASM Standalone
How would I add an input to the template of a menu? View the following REPL, it does not accept keyboard input, but it DOES accept input if holding down shift and entering capital letters. I assume the menu is capturing keystrokes somewhere.
https://blazorrepl.telerik.com/QeEtnaFW52QfOcqb30
Good evening.
I would like to word wrap the text in the drawer component, this is an example where I would like the wrap (see the first row in which I've added more text to show the ellipses):
https://blazorrepl.telerik.com/mSEjwWvZ12HeWVRp26
May you kindly help me?
Thank you.
Hi, I am trying to implement Drag and Drop on the Blazor Treeview component. I am using version 4.4.0 and have been referencing this documentation: https://docs.telerik.com/blazor-ui/components/treeview/drag-drop#ondragstart-event
So far
The event "OnDragStart" does not exist,
The class "TreeViewDragStartEventArgs" does not exist.
Your documentation never seems to list when functionality is available so I have no idea if it is the version I am using, something I have done, or your components.
Would love some help clearing this up.