Hi
I am using Telerik controls 2008 Q2 (will get SP1 in a few days).
We are creating a rather large website and we are minimising the use of UpdatePanels to increase the user experience. This does mean a lot of Javascript and the use of PageMethods / WebServices but it's worth it.
The RadControls client side functionality with the new client-side grid databinding are making our pages extremely fast.
Some of our pages are huge so we only render a portion of the screen and then use a load-on-demand approach to minimise the initial load time.
However in some our instances load-on-demand can request a lot of HTML (sometimes over 100Kb!).
So I have 2 questions:
1. I realise that Telerik controls can't be created client-side, but are there plans for this to be implemented? (I don't know what I'm asking here as I'm not a control developer). Creating such controls in Javascript would certainly reduce the need for UpdatePanels.
Or...
2. I understand that being web controls I just can't use a PageMethod approach to get HTML as Javascript, etc. is also required. But can such an approach work? Or is the UpdatePanel the only way to go?
I suppose it never hurts to ask.
Kind regards
Mark Eaton
I am using Telerik controls 2008 Q2 (will get SP1 in a few days).
We are creating a rather large website and we are minimising the use of UpdatePanels to increase the user experience. This does mean a lot of Javascript and the use of PageMethods / WebServices but it's worth it.
The RadControls client side functionality with the new client-side grid databinding are making our pages extremely fast.
Some of our pages are huge so we only render a portion of the screen and then use a load-on-demand approach to minimise the initial load time.
However in some our instances load-on-demand can request a lot of HTML (sometimes over 100Kb!).
So I have 2 questions:
1. I realise that Telerik controls can't be created client-side, but are there plans for this to be implemented? (I don't know what I'm asking here as I'm not a control developer). Creating such controls in Javascript would certainly reduce the need for UpdatePanels.
Or...
2. I understand that being web controls I just can't use a PageMethod approach to get HTML as Javascript, etc. is also required. But can such an approach work? Or is the UpdatePanel the only way to go?
I suppose it never hurts to ask.
Kind regards
Mark Eaton