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
How can I set the treeview of an collection so that it doesn't have collection items nested under it?
I have an Entity called "Parts", with thousands of rows/items. I don't want those to be shown in the tree view. I want the Collection name listed in the tree view so that it will open a List View.
The text was updated successfully, but these errors were encountered:
See SetTreeView. You can set the EntityVisibility (and CollectionRootVisibility) to control the visibility of entities and collection roots respectively.
How can I set the treeview of an collection so that it doesn't have collection items nested under it?
I have an Entity called "Parts", with thousands of rows/items. I don't want those to be shown in the tree view. I want the Collection name listed in the tree view so that it will open a List View.
The text was updated successfully, but these errors were encountered: