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

Preview column layout?

3 Answers 59 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Bob
Top achievements
Rank 1
Bob asked on 09 May 2008, 06:20 PM
Is there any way to preview the size of my columns rather than having to run my app every time I make a change?

3 Answers, 1 is accepted

Sort by
0
Georgi
Telerik team
answered on 10 May 2008, 08:53 AM
Hello Bob,

Yes, there is a special designer for the RadGridView to make your settings at design time.  The Property Builder can be invoked using the grid's smart tag.

Please, follow this link to the on-line documentation topic about Property Builder: http://www.telerik.com/help/winforms/grid_property-builder.html 

Best wishes,
Georgi
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Bob
Top achievements
Rank 1
answered on 12 May 2008, 12:38 PM
That's great - just want I'm looking for.

A followup though - I'm not binding this to a data set or object.  Instead, I'm adding & deleting rows programatically.  So how can I temporarily bind it so I can still preview some sample data in the Property Builder?
0
Georgi
Telerik team
answered on 13 May 2008, 03:48 PM
Hi Bob,

Unfortunately, if you don't bind the RadGridView to a DataSet or DataTable (or any instance that supports ITypedList interface), previewing sample data is not available. In your case, you could try to set up a binding source and bind the grid at design time to it.

 
All the best,
Georgi
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
GridView
Asked by
Bob
Top achievements
Rank 1
Answers by
Georgi
Telerik team
Bob
Top achievements
Rank 1
Share this question
or