You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.");
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: