Like there is a RadForm is there the same thing for RadUserControl, or I need to create built-in usercontrol in Visual Studio ?
Thanks.
1 Answer, 1 is accepted
0
Jack
Telerik team
answered on 13 Sep 2012, 04:11 PM
Hello Dimitry,
We do not provide a class that inherits from UserControl and you should use the built-in UserControl class instead. This is because the default UserControl class is just a container where you can place your controls and it does not have specific appearance. If you want to customize its background for example, you can add RadPanel or RadGroupBox inside.
If you have further questions, do not hesitate to ask.