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

Issue with RadGridView property builder

4 Answers 117 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Armen
Top achievements
Rank 1
Armen asked on 05 Dec 2010, 08:10 PM
Hi everyone! I'am using Visual Studio 2010 with Telerik winform Q3 controls. I find one issue. Lets create simple winform application. Add to  it radgridview control. In Properties window add some columns, add one template and add some columns for template. Create relation for master and child template in radgridview. Open "Document Outline" window (View->Other Windows->Dicument Outline). This window shows hierarchical structure of the winform. You can see that template is under the gridview. Now edit grdview properties with "Open property Builder". Do some changes and click OK.  Now if you look to "Document Outline" window you will see that template is disappeared. Relation between gridview master template and child template is deleted. Why is it so? Is it bug?

Thanks.
Armen.

4 Answers, 1 is accepted

Sort by
0
Richard Slade
Top achievements
Rank 2
answered on 05 Dec 2010, 10:15 PM
Hi Armen,

I think what you're describing is this Issue in the Public Issue tracking System

If so, then as you see, it is currently in progress.
Hope that helps
Richard
0
Emanuel Varga
Top achievements
Rank 1
answered on 05 Dec 2010, 11:23 PM
Hello Armen,

I have one question if i may, why do you prefer using the property builder and designer to create the entire grid structure? I agree, the designer is helpful, but it has some (to say the least) problems with serialization of objects. There are a few threads out there on the same issues, some got fixed by themselves with removing and re-adding the grid, others not.

In my point of view, the best way of going about this is to use the designer as much as possible, and afterwards if it is possible to just create a custom GridControl, with all of your settings and if you need some custom behaviors just implement it there, and afterwards just use that control in all of the forms in your application (symmetry and consistency throughout the entire app)

Hope this helps, if you have any other questions or comments, please let me know,

Best Regards,
Emanuel Varga

Telerik WinForms MVP
0
Jack
Telerik team
answered on 08 Dec 2010, 03:51 PM
Hi Armen,

Thank you for contacting us. Yes, I confirm the issue. We know about it and we are currently working on it.
We plan to address it in our upcoming service pack. Until then, I recommend using the Visual Studio property grid.

If you have any further questions, please write back.

Greetings,
Jack
the Telerik team
Get started with RadControls for WinForms with numerous videos and detailed documentation.
0
Armen
Top achievements
Rank 1
answered on 10 Dec 2010, 05:05 AM
OK, Thanks
Tags
GridView
Asked by
Armen
Top achievements
Rank 1
Answers by
Richard Slade
Top achievements
Rank 2
Emanuel Varga
Top achievements
Rank 1
Jack
Telerik team
Armen
Top achievements
Rank 1
Share this question
or