开发者

Telerik MVC Splitter jumping around

开发者 https://www.devze.com 2023-02-16 02:16 出处:网络
I\'m trying to use the Telerik MVC Splitter. Completely loaded it looks very nice, but while loading the contained components are placed under each other making the layout completely messed u开发者_开

I'm trying to use the Telerik MVC Splitter. Completely loaded it looks very nice, but while loading the contained components are placed under each other making the layout completely messed u开发者_开发百科p. Is there any simple solution?

Or are there any good jQuery-splitter you could recommend? I actually like it better to have complete control of my layout.


Disclaimer: I work for Telerik and did the development on the Splitter.

Solutions

  • Asynchroniously load the splitter content - You can speed up the page loading by using the LoadContentForm method when building the panes. The UI will feel much more responsive, as you can see on the demo site.
  • Provide styles for the panes through their HtmlAttributes - you can style each of the panes using CSS floats, so that the layout makes sense in your scenario. This is too custom to achieve out-of-the-box.

Why is it so hard?

In order to solve this problem, we had to render the layout from the server. This, however, is rather impossible to do when you don't know the size of the splitter (which is usually 100% of the container), unless we use HTML <table>s for layout (which brings more problems to the table, rather than fixing them). Therefore, we opted out of it and decided to size it on the client. We are researching more options to make the process easier (CSS3 flexbox module), but for a cross-browser solution, use the above methods.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号