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

the component RenderCrudComponentAs is always displayed with a width of 10 units #422

Open
unkovalenko opened this issue Dec 21, 2024 · 2 comments

Comments

@unkovalenko
Copy link

In the auto-generated form, the component RenderCrudComponentAs is always displayed with a width of 10 units. The ___ method does not change the width.
c.Add(true).Titled("Paste").RenderCrudComponentAs(null,null, refrDialog);
or
c.Add(true).Titled("Paste").RenderCrudComponentAs(null,null, refrDialog).SetCrudWidth(5,2);
The result is the same.

Blazor WebAssembly (REST API)
GridBlazor 6.0.2;GridCore8.0.0;GridShared8.0.0
Windows10
Google Chrome 131.0.6778.205 (64)
dlg
colmd10

@gustavnavar
Copy link
Owner

GridBlazor version 6.0.3 should fix this issue

@unkovalenko
Copy link
Author

Thank you. 6.0.3 everything is working.

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