Reputation: 2930
I have one GridControl and when I click on run designer it opens a GridView before Main. How to make the same GridView for another GridControl?
Upvotes: 0
Views: 1222
Reputation: 11366
Open the GridView's designer, go to the Layout item in the navbar and save the Layout to an Xml file. Now, you should be able to open another GridView's Designer and load this layout.
Upvotes: 2