Page 1 of 1

is this happening client side

PostPosted: 09 Mar 2018 19:32
by davenovo
Hello,

Does repositioning of the controls using the JQLayout happen on the client or server side. I..e when the browser resizes, is a message sent to the server, and the server recalculates/repositions everything and re-renders the page? Or does all repositioning happen clientside?

Re: is this happening client side

PostPosted: 12 Mar 2018 12:39
by Alexander Bulei
Hi davenovo,

Does repositioning of the controls using the JQLayout happen on the client or server side. I..e when the browser resizes, is a message sent to the server, and the server recalculates/repositions everything and re-renders the page? Or does all repositioning happen clientside?


The component, have same behavior as intraweb - recalculation is on client side, with some updates on sever.

Best Regards.

Re: is this happening client side

PostPosted: 12 Mar 2018 18:03
by davenovo
thanks!