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

Fields Layout in Autogenerate Mode

1 Answer 81 Views
DataForm
This is a migrated thread and some comments may be shown as answers.
Elias
Top achievements
Rank 1
Elias asked on 15 May 2011, 02:28 PM
Is there a way to define the field layout (Grid.Row, Grid.Column) when handling the AutoGeneratingField  Event in C# ?

When Auto Generating the DataForm fields, it seems as though one cannot define the field sequence or position (only one column of fields is generated).

1 Answer, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 19 May 2011, 09:32 AM
Hi Elias,

The control you have  when autogenerating fields is only over the order of appearance.
This you can do by setting the Order property of the event args.  This was introduced recently . In case you have an older version , you may need to upgrade to the latest internal build in order to have access to e.Order.

Let me know in case you need some sample code as we are in the process of updating the help for this and still do not have it online.

Regards,
Pavel Pavlov
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
DataForm
Asked by
Elias
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Share this question
or