This is a migrated thread and some comments may be shown as answers.

[Solved] Title for DetailsGrid?

2 Answers 140 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mike Bridge
Top achievements
Rank 1
Mike Bridge asked on 12 Mar 2010, 12:42 AM
Hi-

I have two GridTableViews inside a MasterTable, and I'm wondering if it's possible to add a title on each of them.  I just need something to differentiate the two GridTableViews  inside the DetailTables when I open up the row in the MasterTables.

Thanks!

-MIke

2 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 12 Mar 2010, 06:24 AM

Hello Mike,

You can set the Caption property of GridTableView in order to show it as title for the tableiew.

aspx:

 
    . . .  
<telerik:GridTableView Caption="Details" DataKeyNames="OrderID" NoDetailRecordsText=""  
    Name="Detail1" DataSourceID="SqlDataSource2" Width="100%" runat="server" CommandItemDisplay="None">  
    <ParentTableRelation>  
      . . . 

-Shinu.

0
Mike Bridge
Top achievements
Rank 1
answered on 12 Mar 2010, 05:37 PM
Ah, thanks, that works!

-Mike
Tags
Grid
Asked by
Mike Bridge
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Mike Bridge
Top achievements
Rank 1
Share this question
or