I'm displaying some information in a panel using the RadLabel. I noticed that you cannot select (i.e., drag and highlight) the RadLabel Text. Is there a setting so that the label can be highlighted for copy and paste purposes by the user?
RadLabel is a themeable alternative to the standard Windows Forms label control. Hence, it does not support text selection and copy/paste functionality. It is designed just to display text. However, I would suggest you use a RadTextBox and customize it to look like a selectable label. Here is a sample code snippet:
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.