I use a custom dialog to edit the appointment.
The appoinment.Start date and the OnEdit(SchedulerEditEventArgs) always show the start of the series, not the date of the instance I opened.
Hello,
How can we export multiple telerikgrids to the same excel file ? When using the built-in export it's easy to get one file per grid, but is there any way (maybe using the MemoryStream) to merge those files together into one file with multiple worksheets ?
Hi,
In reference to the "Custom Filter Row Template" example (https://docs.telerik.com/blazor-ui/components/grid/templates/filter#filter-row-template) I've found following issue:
Every time when the function "SetupFilterRule()" is called the FilterDescriptorCollections contains only "theFilterContext.FilterDescriptor.FilterDescriptors[0]". Even when "filter2" is added to the collection... the next time the function is called the collection contains only filter1.
Is there any way to keep added filters in the collection?
Best regards,
Rayko
The DayTemplate migt be difficult, because the component could be depending on the rendered tags and attributes.
But a OnRender event that supplies the date and allows me to add a specific class would at least give me CSS styling possibilities.
Hello,
Is there a way to make the ChartPlotArea in an alternating way?
Example: That every 2nd row is white
Thanks
Regards,
Nikolas
After upgrading to version 3 we now always get the clear filter button in our filter row
Before the upgrade this button would only show up after we typed something in the filter, now it is always there even when the filter is empty.
Is there a way to return to the old behaviour?
Kind Regards
Dimitri
Hello, I have a rather long list of items (> 400) that users will multiselect from.
I was hoping the TelerikMultiSelect control would work for this, as it's the only Blazor control I've found so far that comes close to providing the required functionality.
However, it doesn't seem to be rendering properly, and it doesn't provide a way to scroll beyond one page worth of data.
First of all, it only draws the "drop down" for 8 items, even though the list renders far beyond the drop down, causing a poor visual rendition of the list. This is just a snippet, as the list goes down beyond the bottom of the browser page:
The component should know how long to render the "drop down" based on the number of items in the list? I tried setting a MinHeight, which increased the length of the list, but that only changed where the visual cutoff occurs, as it still cuts off.
Secondly, there's no way to scroll beyond one page worth. When the control scrolls off the page in the browser, the list collapses, making it impossible to scroll even to the 'Bs'.
I think I can make this work by making use of filters and setting the MinHeight so that it extends beyond the controls below it, however this doesn't seem like the right way to do it.
I'm open to other ideas.
Thanks!
Hi,
I have a grid and upon editing, the user would need to be able to select only from certain items to some of the columns. For this, I would need to use a drop down list, listing the respective items.
Anyone knows how would I be able to incorporate drop down lists in the PopUp editor please?
Thanks!
Astig