Hi,
what I'm looking for is the possibility to inherit from an application common form, of type RadForm, in wich I've placed some common controls, as RadSplitContainer and so on.
The only way to achieve this seems to be create another proejct in solution, of type of WinForms, then convert it as Code Library, creating my generic RadForm in it. So, I can add reference to this solution's project from my main UI project, add a inheriting form and pickup the inheritance from my other DLL. Also in this manner, but this seems to be a problem of VS (2015 Enterprise) I can't get the form to inherit until I manually browse the DLL of my other project, into the BIN\DEBUG folder, also if the project is included in the solution. Very strange...
But, anyway, if I don't create separate project with my common form, I'm unable to inherit from it if is included in the main UI project. Really, I can inherit, manually changing che myForm : BaseTelerikForm inheritance on the code. But, doing this, in designer view I can't see anything in the derived form, but really I've many controls in base RadForm. I've tryed to change the Modifier for each controls, I've checked references to Telerik.WinControls.dll, Telerik.WinControls.UI.dll and Telerik.WinControls.UI.Design.dll how to mentioned in another post without having any change.
Why is so difficult inherit from a standard base Telerik RadForm and what 'm doing wrong?
Thanks so much and sorry for my bad english!