We have requirement to develop an application that will have dynamic controls (essentially various controls need to be drawn on screen at runtime based on some input). The second important requirement is that the rendered screens should be responsive (render
properly on various desktop or mobile platforms).
I am looking for some guidelines on how to best proceed?
- Are there any templates that can be used for such application to allow "responsive design"?
- Are there any limitations to how dynamic controls behave in such environment?
Disclaimer:
This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore,
Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you
completely understand the risk before retrieving any software from the Internet.
--
with regards,
Edwin
None
0 Points
5 Posts
Responsive design templates and dynamic controls
Jan 09, 2015 06:32 AM|jsrb|LINK
Hi
We have requirement to develop an application that will have dynamic controls (essentially various controls need to be drawn on screen at runtime based on some input). The second important requirement is that the rendered screens should be responsive (render properly on various desktop or mobile platforms).
I am looking for some guidelines on how to best proceed?
- Are there any templates that can be used for such application to allow "responsive design"?
- Are there any limitations to how dynamic controls behave in such environment?
[FYI - Available with Visual Studio 2013]
Thanks for pointers
All-Star
102952 Points
19469 Posts
MVP
Re: Responsive design templates and dynamic controls
Jan 09, 2015 07:00 AM|vinz|LINK
Give this post a read: http://rionscode.wordpress.com/2013/08/30/common-approaches-to-responsive-design/
For generating dynamic controls, you can make use of jQuery to build your dynamic HTML or any other similar technologies.
Microsoft MVP, CodeProject MVP, C# Corner MVP
Blog | Twitter | Linkedin
Star
8544 Points
1376 Posts
Re: Responsive design templates and dynamic controls
Jan 14, 2015 01:17 AM|Edwin Guru Singh|LINK
hi jsrb,
As per your case ,you may get the corresponding guidelines in the following link :
https://developers.google.com/web/fundamentals/layouts/rwd-fundamentals/
Disclaimer:
This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.
--
with regards,
Edwin
Edwin
None
0 Points
5 Posts
Re: Responsive design templates and dynamic controls
Jan 20, 2015 11:23 AM|jsrb|LINK
Thanks for reply.
Based on other reading currently trying to use existing framework for responsive layout (may be Zurb from NuGet) and use guideline about dynamic controls in MVC from (http://blogs.microsoft.co.il/gilf/2012/04/23/generating-aspnet-mvc-view-controls-according-to-xml-configurations/).
Do not know if it will all work but that is plan anyway.
Sorry for late response.