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
0
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
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
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
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
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
I am grateful for your support.
Gonzalo
0
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
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 ;)