Telerik Forums
UI for Blazor Forum
3 answers
181 views

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>
Marin Bratanov
Telerik team
 answered on 02 Mar 2021
4 answers
1.1K+ views

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.

Maurice
Top achievements
Rank 1
 answered on 02 Mar 2021
4 answers
2.2K+ views

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

Eric R | Senior Technical Support Engineer
Telerik team
 answered on 01 Mar 2021
3 answers
441 views

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?

Marin Bratanov
Telerik team
 answered on 01 Mar 2021
2 answers
941 views

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.

 

Cameron
Top achievements
Rank 1
 answered on 26 Feb 2021
1 answer
636 views
I want to use Editor component, but I need change language and I have no idea how to do it
Found this, but it also doesn't help me https://demos.telerik.com/blazor-ui/editor/localization
I'm using Blazor WebAssembly
Marin Bratanov
Telerik team
 answered on 26 Feb 2021
5 answers
131 views

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!

 

 

Marin Bratanov
Telerik team
 answered on 25 Feb 2021
2 answers
389 views

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

  • ISBN-13: 000-0-00000-000-0
  • ISBN-10 0-00000-000-0
  • ASIN: AAAAAAAAAA

Thanks

-marc

Marc Simkin
Top achievements
Rank 2
Iron
Iron
Veteran
 answered on 25 Feb 2021
1 answer
130 views
Is there an rough estimate for the release date/quarter of the Gantt chart. 
Marin Bratanov
Telerik team
 answered on 24 Feb 2021
5 answers
146 views

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

Marin Bratanov
Telerik team
 answered on 24 Feb 2021
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?