Hi,
How can I format the resulting data. I want to only show a rounded value.
So 10.123456 hours will be 10 hours.
Thanks in advance
<GridColumn Field=
"Hours"
>
<GroupFooterTemplate Context=
"gridContext"
>
@{
<div>@gridContext.Sum.ToString()</div>
}
</GroupFooterTemplate>
</GridColumn>
Is it possible to create grid subcomponents which have a number of parameters set ?
Simple example (not realistic) would be to have components like
<SortableTelerikGrid> which is just the <TelerikGrid Sortable="true">
so instead of having to specify all parameters in each page we can get some default parameters going.
I am unclear how or what makes the selected Blazor Grid row highlighted when selected. I can select the row, but it doesn't get highlighted.
I've looked at the demos, and for the life of me, I cannot tell how the selected row is highlighted. I assume class attribute requires something added.
What am I missing here?
Thx
For uploads, the examples that are given have the controllers returning an empty results set.
Is there an example of returning a custom result set back?
Is there a way to set the size of the dropdown for the datetime picker? I have complaints from users where when they are changing between different months and the position of the arrows move due to different lengths of month names. This causes them to accidently click the "Today" button and lose their selection. Any help is appreciated.
Hello,
Latest 2.22.0 within the NuGet package has a content file of global.json. Is there a reason it is doing this? We use our own global.json at the solution root and want to control that for deterministic build. What I don't know is whether the client project with the Telerik NuGet dependency (and the injected global.json) is honoring your injected copy at the project level or if it uses the solution's. Either way, unless there is an explicit reason this is needed can you remove it from the package?
Thank you!
I am debating if I want to use the MaskedTextBox instead of the TextBox. If I use the MaskedTextBox, I would need to give it a collection of masks. For example
Thanks
-marc
The Format="d" parameter for the demo site is not in use and does not pick up different cultures appropriately from browser.
Also: the en-GB format does not get applied to the date format when the browser language preference is set to English-United Kingdom