Using either html or tag helper, the width and height seem to only accept px. Dialog for other products accept %. Does Dialog for Asp.Net Core accept %?
If I edit the output HTML using browser devtools, percentage works fine. So I'm guessing I'm just missing something.
2 Answers, 1 is accepted
0
Accepted
Aleksandar
Telerik team
answered on 06 Mar 2020, 03:48 PM
Hello Brian,
Thank you for reporting this behavior. This has been reported as a bug and is logged in our backlog. You could track the status of the item in GitHub here:
I am further raising the priority of the item, so it moves further in our priority queue. As a workaround, I would suggest setting the width and height after Dialog/Window is initialized, using the setOptions() method, as demonstrated in the GitHub item.