Hi
I wonder if anyone can give us any guidance on (or - better still - examples of) how to use Telerik controls to create a compiled library of copmposite user controls for use across several websites?
We have a series of "selector" user controls which have several Telerik text boxes (to give search paramters) and a final combo to select a company, person, etc. We also have user controls with Telerik grids with right-click menus (Telerik contect menus). We want to put these in a separate project and compile them into a dell that we can use on several websites, to share their functionality and to add properties (eg the ID from the final combo) that can be accessed from our code libraries.
Is there any problem in using Telerik controls in compiled user controls (because they are, themselves, compiled composite user controls)? Can we use a RAD proxy manager in each user control so that it does not make the parent pages postback for each internal event? Or will we need a proxy manager because they need to be self-vontained? Is there going to be a problem using a contect menu inside a compiled user control? If we succeed in crwating the dll with all these controls, and we add a reference to the dll in each website, will we be able to see our control collection in the Visual Studio toolbox, so that we can simply drag them onto our pages? Do we need interfaces to enforce standard properties and methods? Can we add our own event handlers for the composite controls?
Any advice will be welcome and I hope others will also be able to create control libraries from the guidance we collect. If anyone has an existing collection of user controls like this that they are willing to let us examine, it would be even better - we are prepared to offer ours if someone helps us to create it !
Living in hope! Neil
I wonder if anyone can give us any guidance on (or - better still - examples of) how to use Telerik controls to create a compiled library of copmposite user controls for use across several websites?
We have a series of "selector" user controls which have several Telerik text boxes (to give search paramters) and a final combo to select a company, person, etc. We also have user controls with Telerik grids with right-click menus (Telerik contect menus). We want to put these in a separate project and compile them into a dell that we can use on several websites, to share their functionality and to add properties (eg the ID from the final combo) that can be accessed from our code libraries.
Is there any problem in using Telerik controls in compiled user controls (because they are, themselves, compiled composite user controls)? Can we use a RAD proxy manager in each user control so that it does not make the parent pages postback for each internal event? Or will we need a proxy manager because they need to be self-vontained? Is there going to be a problem using a contect menu inside a compiled user control? If we succeed in crwating the dll with all these controls, and we add a reference to the dll in each website, will we be able to see our control collection in the Visual Studio toolbox, so that we can simply drag them onto our pages? Do we need interfaces to enforce standard properties and methods? Can we add our own event handlers for the composite controls?
Any advice will be welcome and I hope others will also be able to create control libraries from the guidance we collect. If anyone has an existing collection of user controls like this that they are willing to let us examine, it would be even better - we are prepared to offer ours if someone helps us to create it !
Living in hope! Neil