Telerik Forums
UI for Blazor Forum
1 answer
133 views
Hi there, 

I'd like to be able to click the Add command button, a child component will popup and I will be able to select an item that will then fill in some fields of the new grid row. I can't seem to get this to work with incell editing though, is this possible?
Dimo
Telerik team
 answered on 03 Jun 2021
1 answer
922 views
Hello

I'm working on the view and I wanted to check if in the grid / editing there is the possibility of creating the PopUp event without the <GridCommandColumn> <GridCommandButton Command = "Edit" Icon = "edit"> Edit </GridCommandButton>

I don't want that edit button to appear in my view, what I'm looking for is that clicking anywhere in the row opens that PoPup and when the PoPup appears there is a delete, update, calcel button.

It is possible to modify the Grid view in this way

I looked a lot and I can't find the way.

Thank you.
Svetoslav Dimitrov
Telerik team
 answered on 03 Jun 2021
0 answers
84 views

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

Ciprian Daniel
Top achievements
Rank 1
Iron
Iron
Iron
 asked on 02 Jun 2021
0 answers
2.5K+ views

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.

Lawrence
Top achievements
Rank 1
Iron
 asked on 01 Jun 2021
1 answer
576 views
Is there anyway to move the paging strip to the top in the grid
Marin Bratanov
Telerik team
 answered on 31 May 2021
2 answers
693 views

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

Marin Bratanov
Telerik team
 answered on 28 May 2021
1 answer
132 views
Hello,

How can I mock TelerikMediaQuery for testing (with bUnit) ?

Regards
Marin Bratanov
Telerik team
 answered on 28 May 2021
1 answer
1.9K+ views

We have a grid as the snippet below.

I can't figure out how to put a FilterMenu on the Template(d) columns.  

The Filter shows up for the "Id" column, which is just a field.

Is it possible to have a filter menu for the columns which are Template?


            <TelerikGrid Data="@_vehicleParts"
                         Pageable="true"
                         Sortable="true"
                         FilterMode="Telerik.Blazor.GridFilterMode.FilterMenu"
                         Resizable="true"
                         Reorderable="true"
                         PageSize="20"
                         Navigable="true"
                         OnRead=@OnVehiclePartsRead
                         TotalCount="@TotalCount">
                <GridColumns>
                    <GridColumn Width="10%" Field="Id"/>
                    <GridColumn Width="10%" Title="Year">
                        <Template Context="vehiclePartCtx">
                            @{
                                if (vehiclePartCtx is VehiclePart { BaseVehicle: { } } vehiclePart)
                                {
                                    <span>@vehiclePart.BaseVehicle.YearId</span>
                                }
                                else
                                {
                                    <span>???</span>
                                }
                            }

                        </Template>
                    </GridColumn>

Dimo
Telerik team
 answered on 28 May 2021
1 answer
893 views
Hello!
Is it possible to set expand/collapse state manually?
I'm try to set panelBar.ExpandedItems = null but this isnt change state.
Svetoslav Dimitrov
Telerik team
 answered on 28 May 2021
1 answer
264 views

After playing around with the new Drag&Drop functionality - I found a possible issue 

After Drag and Drop a lot (about 20 to 30 times) the Grid does not refresh anymore.  Also the demo (Blazor Telerik Demo) does not work correct anymore - have a look at the attachment 

Best regards

Matthias

Matthias
Top achievements
Rank 5
Bronze
Bronze
Iron
 answered on 27 May 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?