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

DataFormCheckBoxField label missing and alignment issue

10 Answers 207 Views
DataForm
This is a migrated thread and some comments may be shown as answers.
Joe
Top achievements
Rank 2
Joe asked on 27 May 2011, 11:05 PM
<StackPanel>
     <telerik:DataFormDataField
          DataMemberBinding="{Binding Credential.AccountName, Mode=TwoWay}"
          Label="Account:" />
 
     <telerik:DataFormDataField
          DataMemberBinding="{Binding Credential.Username, Mode=TwoWay}"
          Label="Username:" />
 
     <telerik:DataFormDataField
          Label="Old Password:">
               <PasswordBox />
     </telerik:DataFormDataField>
 
     <telerik:DataFormDataField
          Label="New Password:">
          <PasswordBox />
     </telerik:DataFormDataField>
 
     <telerik:DataFormDataField
          DataMemberBinding="{Binding Credential.Domain, Mode=TwoWay}"
          Label="Domain:" />
 
     <telerik:DataFormCheckBoxField
          DataMemberBinding="{Binding Credential.IsPrimary, Mode=TwoWay}"
          Label="Is Primary:" />
</StackPanel>
This is a DataTemplate I'm applying to my RadDataForm. However, that last CheckBox field is not displaying properly. Here is a photo link showing what the output looks like: http://public.bay.livefilestore.com/y1pD3zRBo_yIsJp0-maZiXz-MeCu6nKQT9fhvcgDuGN2fa-zm8OajKmj7AOZBA2YghLrpMM1bDuawWlr2ZbXaP9Pg/checkbox_issue.png?psid=1 I'm using the latest internal release of the WPF controls on trial. Any ideas?

10 Answers, 1 is accepted

Sort by
0
Ivan Ivanov
Telerik team
answered on 28 May 2011, 02:17 PM
Hello Joe,

There appears to be an issue with the DataFormCheckBoxField, which will be fixed in some of our latest internal builds in the near future. Thank you for your vigilance. I have updated your Telerik points status.

Greetings,
Ivan Ivanov
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
0
Joe
Top achievements
Rank 2
answered on 31 May 2011, 04:52 PM
Thanks for the quick reply.  If you could kindly provide an update to this forum thread when an internal build becomes available with the fix that would be very much appreciated!

Joe
0
Alan
Top achievements
Rank 1
answered on 06 Jun 2011, 10:46 AM
I have also encountered this issue, by any chance, was this fixed?
0
Yordanka
Telerik team
answered on 07 Jun 2011, 02:10 PM
Hi,

The issue is still not resolved. We will do our best to address it in one of the next internal builds. You can track its progress by following PITS ID6407.

Please, excuse us for the inconvenience caused. 

Best wishes,
Yordanka
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
0
Joe
Top achievements
Rank 2
answered on 07 Jun 2011, 04:11 PM
Thanks for the reply.  Hopefully this will be resolved quickly.

I want to point out the support ticket was opened under the Silverlight controls.  However, this is for WPF - I can imagine the bug impacts both products, but want to be sure it gets addressed in the WPF controls.
0
Jason
Top achievements
Rank 2
answered on 30 Jun 2011, 09:58 AM
just wondering if this issue is fixed, also this is happening with the combobox as well
0
Yordanka
Telerik team
answered on 30 Jun 2011, 02:43 PM
Hello Jason,

The fix for this problem will be available with our Q2 2011 official release which is expected till the end of July.
 
Greetings,
Yordanka
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
0
Chad England
Top achievements
Rank 1
answered on 26 Jul 2011, 09:22 PM
I assume this is still an issue, it is not working for me on WPF Q2 2011
0
Maya
Telerik team
answered on 27 Jul 2011, 07:14 AM
Hello Chad England,

The issue has already been resolved and the fix is available in our Latest Internal Build. I am sending you a sample project with the binaries from it so that you may test it right away.
Let me know if you need any further assistance.
 

Regards,
Maya
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
Chad England
Top achievements
Rank 1
answered on 27 Jul 2011, 09:02 PM
thanks for the example, it is working, I see what my issue was. My project was reference the released Q2 2011 dll's and not the hotfix.
Tags
DataForm
Asked by
Joe
Top achievements
Rank 2
Answers by
Ivan Ivanov
Telerik team
Joe
Top achievements
Rank 2
Alan
Top achievements
Rank 1
Yordanka
Telerik team
Jason
Top achievements
Rank 2
Chad England
Top achievements
Rank 1
Maya
Telerik team
Share this question
or