Telerik Forums
UI for Blazor Forum
0 answers
257 views

I have a need for a two dimensional "grid" of cards that is dynamic in both directions.  Each column is independent of the others.

Something like this:

Each Status/Step to the approval process could have duplicates of the Request, i.e. Request 1 is still in pending status.  Request 2 has been submitted and needs Approval 1 and Approval 2.  Request 3 has been submitted and needs Approval 3.  I will build an ordered list with necessary duplicates to fill this.

I was trying to use nested StackLayouts to do this but it does not appear to like anything dynamic.  Display should be approximately like:

Status

Pending            Submitted              Approval 1          Approval 2           Approval 3

Request 1          Request 2              Request 2            Request 2            Request 3

                           Request 3

John
Top achievements
Rank 1
Iron
Iron
 asked on 09 Aug 2021
1 answer
198 views
Is there an equivalent to Telerik.DataSource.DataSourceRequest.ToOdataString() extension for posting to an odata source?
Marin Bratanov
Telerik team
 answered on 07 Aug 2021
1 answer
996 views

When there are so many rows that the browser has a scroll bar, the context menu that opens automatically moves the scroll bar to the lowest position. 

Pictures attached showing the problem.

Also example code attached.

Marin Bratanov
Telerik team
 answered on 06 Aug 2021
2 answers
667 views

Hello

Is it possible to change the error message in the Blazor Upload component to a custom error when the files get selected or uploaded?
We require the files to have a specific name format, and we check for this format on the OnUpload event.

We would also like to disable the retry button, because the name of the file can't be changed and thus, won't fit the naming requirement when retrying.

Is this currently possible? If necessary, by using Javascript (though preferably without)?

Thanks in advance.

Ruben

Ruben
Top achievements
Rank 1
Iron
 answered on 06 Aug 2021
0 answers
630 views

Hi Team,

I wanted to download any file from Telerik grid and download file result will get in the format of bytes array from service.

Could you please help me on this issue.

 

Thank you.

Lakshmipathi K

 

 

 

Lakshmipathi
Top achievements
Rank 1
Iron
 asked on 06 Aug 2021
2 answers
554 views
Hello, 
i found a very strange problem with all of windows that i have used (around 10 )
and they all are blurry  and when i change their position it get's fixed
Svetoslav Dimitrov
Telerik team
 answered on 06 Aug 2021
1 answer
1.2K+ views

My question specifically relates to the use of Radio Group, but could apply to other controls as well. Where the documentation talks about value binding vs data binding, this is in relation to the source data (i.e. the collection of options a user can choose from), and not the selected value. Taking the following example:

<TelerikRadioGroup @bind-Value=@selectedValue Data=@sourceList TextField="ATextProperty" ValueField="AnIntProperty"></TelerikRadioGroup>

In this case in my code I can have my selectedValue be an int (to match the value field). But lets say, following the example from the documentation, I want to bind the selected object, not a property of the object, like this:


<TelerikRadioGroup @bind-Value=@selectedValue Data=@sourceList TextField="GenderText" TValue="GenderModel"></TelerikRadioGroup>

Is there a way to do something like this? I haven't been able to get it work. I have tried using ValueChanged as well, this way:


<TelerikRadioGroup @selectedValue Data=@sourceList TextField="ATextProperty" ValueChanged="@((v) => OnValueChanged(v))"></TelerikRadioGroup>

And this way:


<TelerikRadioGroup @selectedValue Data=@sourceList TextField="ATextProperty" ValueChanged="@((GenderModel v) => OnValueChanged(v))"></TelerikRadioGroup>
But the value passed in to OnValueChanged is always null.
Marin Bratanov
Telerik team
 answered on 05 Aug 2021
1 answer
100 views
Is there a way to Export Selected items from the Grid? If not, I'm guessing the easiest way would be to create our own Export functionality?
Marin Bratanov
Telerik team
 answered on 05 Aug 2021
1 answer
648 views

When I select an option in a radio group, the selection is focused (I can see the styled highlighting) but not selected. When the radio group is blurred (loses focus), the selected item now appears selected.

 

Figure: Item selected and programmatic selection successful, but radio button is not checked

 

Figure: Once I click out of the radio group, the selected button is checked

Baires
Top achievements
Rank 1
Iron
 answered on 05 Aug 2021
4 answers
384 views

Hi

After the update I get the following error message:


/...Views/ViewRoute.razor(13,13): Error CS0012: The type 'SortDescriptor' is defined in an assembly that is not referenced. You must add a reference to assembly 'Telerik.DataSource, Version=2.0.10.0, Culture=neutral, PublicKeyToken=29ac1a93ec063d92'. (CS0012) 

the package is installed...nevertheless I get the error

<PackageReference Include="Telerik.UI.for.Blazor" Version="2.26.0" /> <PackageReference Include="Telerik.DataSource" Version="2.0.10" />

 

yet I get the error at this position
  GridState<Wegpunkte> desiredState = new GridState<Wegpunkte>()
        {
            SortDescriptors = new List<SortDescriptor>()
        {
                new SortDescriptor {Member = "TourPos", SortDirection = ListSortDirection.Ascending}
            }
        };
is there a solution for this?
Thank you very much
Joana
Telerik team
 answered on 04 Aug 2021
Narrow your results
Selected tags
Tags
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?