Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to disable or hide some CRUD buttons? #334

Open
unkovalenko opened this issue Feb 11, 2022 · 3 comments
Open

How to disable or hide some CRUD buttons? #334

unkovalenko opened this issue Feb 11, 2022 · 3 comments

Comments

@unkovalenko
Copy link

How to disable or hide some CRUD buttons?

@unkovalenko unkovalenko changed the title CRUD buttons How to disable or hide some CRUD buttons? Feb 13, 2022
@KumarViswa
Copy link

If Using CSS ,

.grid-button-delete {
display: none;
}
.grid-button-view {
display: none;
}
.grid-button-add
{
display:none;
}

@unkovalenko
Copy link
Author

Thanks for the answer. But this method hides the buttons in both the grid and the subgrid. I need to hide the buttons only in the grid.

@KumarViswa
Copy link

Add Custom Button -RenderComponentAS;Add required Button

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants