This is a migrated thread and some comments may be shown as answers.

GridCommandButton Text change

0 Answers 160 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Vishnu
Top achievements
Rank 1
Iron
Veteran
Vishnu asked on 29 Jan 2021, 05:59 AM

Hello Teams

When I clicking the GridCommandButton the text should be change to remove and I have attached the Image with explanation.

                        <TelerikGrid Data=@users
                                     Groupable="false" Sortable="true"
                                     FilterMode="GridFilterMode.FilterMenu" Resizable="true"
                                     Reorderable="true" PageSize=@GridConstants.PageSize Pageable=@GridConstants.Pageable Class="ecm-grid">
                            <GridColumns>
                                <GridColumn Field="@nameof(ManageUsrAndGrp.User.Name)" Title="User Name" />
                                <GridColumn Field="@nameof(ManageUsrAndGrp.User.FullName)" Title="Full Name"></GridColumn>
                                <GridCommandColumn Resizable="false">
                                    <GridCommandButton Command="Edit" OnClick="@AddUser">Add</GridCommandButton>
                                </GridCommandColumn>
                            </GridColumns>
                        </TelerikGrid>
Thanks,

Vishnu Vardhanan

 

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Vishnu
Top achievements
Rank 1
Iron
Veteran
Share this question
or