Missing ribbon on subgrid in dialog #40
OndrejJuda
started this conversation in
Troubleshooting Guide
Replies: 1 comment
-
I am not sure, where was the problem but I have created new environment and it is working there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
ribbon on subgrid inside a custom dialog box stopped showing. Ribbon with buttons like 'create new record', 'activate', 'delete', etc.
As I opened dialog yesterday I was expecting something like this:
But I got this instead:
As you can see the ribbon is missing and even command debugger did not work for me because it appears in the ribbon which is not there.
Do you have any idea how this could be solved?
Some info about subgrid in dialog:
There is a slight difference between subgrid in dialog and classic subgrid with related records. Subgrid in dialog has to be unbound as other dialog components so we cannot use tag. Because of this, it can't show only related records as it is and it has to be filtered using TypeScript on load of subgrid.
Classic subgrid:
Subgrid in dialog:
Beta Was this translation helpful? Give feedback.
All reactions