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

Font changes not displayed when debugging

2 Answers 61 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Darren
Top achievements
Rank 1
Darren asked on 26 Sep 2008, 04:27 PM

  I made changes to the font on a radgrid which show up in Visual Studio Design mode but these changes do not appear when running in debug.  How can this be corrected?

  Also, is there any way that I can view a Detail table of the radgrid in Design view in Visual Studio?  I can view the Master table in Design mode but not the Detail table.

Thanks

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 29 Sep 2008, 04:32 AM
Hi Darren,

Try adding the font -style for the Grid  in the MasterTableView tag and see whether it is working.

ASPX:
<MasterTableView DataSourceID="SqlDataSource1" Font-Bold="True"

 For viewing the detail table in the design mode set the HierarchyDefaultExpanded property to true in the aspx.

Thanks
Shinu.

0
Darren
Top achievements
Rank 1
answered on 30 Sep 2008, 12:43 AM

 Thanks Shinu-  that resolved those issues.

Tags
Grid
Asked by
Darren
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Darren
Top achievements
Rank 1
Share this question
or