Hello experts,
I am new to telerik controls. I am currently architecting the web application that has a very fat page(450kb) Lots of controls and editor controls on one page. For modularilty and ease of maintainence i have divided the page into user controls.
There are two approach i am considering at this moment
Tabs (Around 7 tabs) with a preview in popup/pane
Pros: User Control loaded dynamically on each page click. So consistent performance for each tab
Cons:
I am new to telerik controls. I am currently architecting the web application that has a very fat page(450kb) Lots of controls and editor controls on one page. For modularilty and ease of maintainence i have divided the page into user controls.
There are two approach i am considering at this moment
Tabs (Around 7 tabs) with a preview in popup/pane
Pros: User Control loaded dynamically on each page click. So consistent performance for each tab
Cons:
- Previewing is an issue. Since there are lot of controls in each user control i cannot display preview pane. It has to be popup and it is not good user experience.
- Data management. The POCO object should be state managed to move around each tab.
OR
All the controls on one page in seperate ajax panels and will load independently of each other.
Please share your experience or suggestions for best design alternatives with excellent performance. The application will one over secured socked layer and middle tier is loosely coupled with the front end.
Any sample application is greatly appreciated.
Regards
Mac