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

Form in Grid #3596

Closed
ga5tan opened this issue May 27, 2018 · 1 comment
Closed

Form in Grid #3596

ga5tan opened this issue May 27, 2018 · 1 comment

Comments

@ga5tan
Copy link

ga5tan commented May 27, 2018

I was able to insert form in form based on sample BasicSamples\Dialogs\EntityDialogAsPanel.ts
Dialog.ts for the Form does not work however, but I was was able to put TS into parent Dalog.

Problem of today is, I want to insert form into Grid. And I am unable to do it somehow. Ideally it would be between search controls and grid with results itself.

Any hints are appreciated.

@ga5tan
Copy link
Author

ga5tan commented May 28, 2018

worked like this:

this.labelingReportForm = new QueryReportResultsDialog();

this.labelingReportForm.element.removeClass('hidden').appendTo('.quick-filters-bar');

@ga5tan ga5tan closed this as completed May 28, 2018
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