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

Control Properties Issues

6 Answers 60 Views
DataForm
This is a migrated thread and some comments may be shown as answers.
Gonzalo
Top achievements
Rank 2
Gonzalo asked on 23 Mar 2011, 06:33 PM

 

 

 

The LabelPosition when set to "Above" from previously set to "Beside" it will refrsh in the designer but once running [F5] it will set back to (graphically) beside even when the property is clearly set to "Above"

<
telerik:DataFormDataField
Name
="RecipientID"

 

 

 

DataMemberBinding="{Binding Path=RECIPID}"

 

 

 

LabelPosition="Above"

 

 

 

Label="Recipient ID:"

 

 

 

Width="300"

 

 

 

HorizontalAlignment="Left"

 

 

 

Grid.Row="1" Grid.Column="1"/>

Also, how would you control label alignment, individual datafield length so as not to have the same for all.

Thanks

 

6 Answers, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 24 Mar 2011, 03:41 PM
Hi Gonzalo,

The reason for this behavior is that in the current version the field will automatically get the setting from its parent dataform when loaded.

You can solve this by setting the property of the dataform , rather than on the field itself.

Kind regards,
Pavel Pavlov
the Telerik team
0
Gonzalo
Top achievements
Rank 2
answered on 24 Mar 2011, 06:30 PM
Dear Pavel,

Since the property is available at the field level and by the way I agree that it should be there as maybe an override to the general property to handle exceptional placement. Is there a timeline to make it work properly?

Also, is there a way to handle the label as right-justified or left-justified? also a way to control the size/length of the field being displayed.

Best regards and thank you for all your support

Gonzalo

0
Pavel Pavlov
Telerik team
answered on 28 Mar 2011, 12:32 PM
Hi Gonzalo,

I am scheduling for improvement both of the issues you mentioned.  Indeed there should be more flexibility when the user needs to manually control label /field appearance.

Regarding the timeline - officially you can get the updated bits with the Service Pack of Q1. However I believe the very next internal build will contain the improvements - so I believe in a week.

I am leaving this thread open , so I can l let you know once we have these included in the binaries.

Greetings,
Pavel Pavlov
the Telerik team
0
Gonzalo
Top achievements
Rank 2
answered on 28 Mar 2011, 02:57 PM
Thanks Pavel and the team for responding developer's needs.

I am grateful for your support.

Gonzalo
0
Pavel Pavlov
Telerik team
answered on 01 Apr 2011, 09:10 AM
Hello Gonzalo,

A quick update  - I believe we are ready with these improvements and  the Monday LIB will include the fresh bits.
Again if you need official binaries there is a ServicePack coming shortly.

Kind regards,
Pavel Pavlov
the Telerik team
0
Gonzalo
Top achievements
Rank 2
answered on 01 Apr 2011, 01:19 PM
Thanks again Pavel ;)
Tags
DataForm
Asked by
Gonzalo
Top achievements
Rank 2
Answers by
Pavel Pavlov
Telerik team
Gonzalo
Top achievements
Rank 2
Share this question
or