I would have thought that the Text property will set the caption of the grid but it does not do it. Any idea what is the use of Text property?
More important how do I set the caption for the grid ( other than putting a separate label on the top og the grid )
1 Answer, 1 is accepted
0
Nikolay
Telerik team
answered on 11 Jul 2008, 12:24 PM
Hello Dharmapal,
Currently, RadGridView does not support captions. You are able to observe the Text property because RadGridView derives from Control, which has this property. However, it has no visual representation in RadGridView.
If you have additional questions, feel free to contact me.