ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Lookup multiple Searchform and going fullscreen
Title:
B
I
{code}
?
I have this: @Html.Awe().LookupFor(o => o.MyId).TableLayout().CustomSearch().Width(800).Height(480)) Two Problems: 1) I have just another CustomSearch, I need another (different), how configure ? 2) I set .Width(800).Height(480) but popup is showed fullscreen, why
Save Changes
Cancel
Meccanica Rossi
asked at 02 Feb 2018
1) return a different custom search view, you can set parameters for the helpers 2) depends on screen width/height and content size, the awesome popup will automatically adjust, try zooming in/out
at 03 Feb 2018
Omu
Point 2 I've resolved with : .MaxWidth(800) instead .Width(800)
at 06 Feb 2018
Meccanica Rossi
Answers
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK