I have created my own custom FilterMenuTemplate which is working. I get the standard "Clear" and "Filter" buttons in the filter popup for free.
I would like to add a third custom button next to the "Clear" and "Filter" buttons called "Default"
(see red outline on attached image as to where I would like to place the button).
Looks like it would need to be placed inside the <div class="k-columnmenu-actions">
Clicking on the "Default" button will reset the filter back to the default values e.g. "C0", "UA" and "BM" - is that possible?
Hi All,
Can any one help me to integrate a dropdown icon in TelerikMultiSelect component in blazor.
Thanks in advance
When the user types 0 in with the month selected , the entire date time values goes blank and shows the format. It is reproducible on your demo
https://demos.telerik.com/blazor-ui/datetimepicker/incremental-steps
to reproduce,
Hi everyone,
I have a question regarding the Filter Template. On my grid by default is set the FilterMode to FilterRow and in that situation the row for filter row appears by default on the grid that's fine how it is but I have a setting in my Bussiness Layer, a flag that tells me that the filter should be done down in the SQL select and for that I want to be able to set in the FilterTemplate a an input where the user can enter some values. The FilterTemplate should be set only for the situation explained above otherwise not.
Can the FilterTemplate be configured to in use somehow programaticali according to a true/false flag?
Thank you,
Cipri
I am trying to either disable or hide TabStripTab(s) based on boolean values in the component that contains the tabstrip. In another component I set the value(s) i need to set on the tabstrip component but it doesn't rerender and attempts to do so using StateHasChanged() throws the error above. I've looked at the dynamic tabs example but don't see a solution for me there. Is there some other way to force the component to redraw or is there a way to use a reference for it? My attempts to use a reference are either null or it still doesn't cause a re-rendering/update of whether the tabs are disabled or not. Clicking the the tab(s) does force a re-render and subsequent disabling but of course that isn't workable.
Thank you,
Lawrence.
Hello together
I have a hopefully simple question.
How can I access the grouping value in the GroupFooterTemplate?
What I can do in the GroupHeaderTemplate by using context.Value in the GroupFooterTemplate only aggregations are given in the "context".
Any help apreciated.
Best regards,
Benjamin