This question may belong in a different WinForms controls forum. If so, I apologize.
Ultimately, I am wanting to show a carousel full of RadGridViews, but for performance's sake I am converting the RadGridView's into RadImageItems to be loaded into the carousel.
I'd like to be able to put a label above the RadGridView as a title for the grid. So far I've tried adding a RadLabel and RadGridView to a RadItemsContainer, and then using the "GetAsBitmap" function to no avail.
(rl = previously declared RadLabel, grid = previously declared RadGridView)
Thanks,
Rob