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