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

RefreshGrid and LazyFindAllCrudOperationListener listener #134

Open
apklein opened this issue May 6, 2024 · 1 comment
Open

RefreshGrid and LazyFindAllCrudOperationListener listener #134

apklein opened this issue May 6, 2024 · 1 comment

Comments

@apklein
Copy link

apklein commented May 6, 2024

I found that if you use an implementation of LazyFindAllCrudOperationListener on a TreeGridCrud, then refreshGrid() calls to getGrid().setItems(dataProvider) who calls to deprecated getGenericDataView() in TreeGrid generating an exception

    throw new UnsupportedOperationException(
            "TreeGrid does not support generic data view.");
@alejandro-du
Copy link
Owner

Would this be a bug in Vaadin instead?

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