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

[Solved] Where Is Generated Coulmns ??

1 Answer 70 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ahmed
Top achievements
Rank 1
Ahmed asked on 24 Oct 2010, 11:01 AM
I started try use Rad Grid View when I Use for The First Time I shocked because I Select AutoGenerated = True , I Found Columns Appeared in Designer but when i Go to Xaml Code I didn't Find Any Thing I Expected it will be Like Normal Silverlight Grid or ASP Grid it make A big Problem for me Cause if I want to Reorder Columns, Hide Column or Change Column Template after Generate it By is Generated is there any wany to Handle It AS I want

1 Answer, 1 is accepted

Sort by
0
Accepted
Milan
Telerik team
answered on 25 Oct 2010, 06:36 AM
Hello Ahmed,

When column auto-generation  is turned on columns will be generated at runtime - no XAML or C# code will be generated when this feature is turned on. We have introduces an event called AutoGeneratingcolumn which is fired when a column an auto-generated column is first created. You can use this event to set properties on your auto-generated columns.

Hope this helps.


All the best,
Milan
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
Ahmed
Top achievements
Rank 1
Answers by
Milan
Telerik team
Share this question
or