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

DataInput Label does not show correct Display information

1 Answer 50 Views
DatePicker
This is a migrated thread and some comments may be shown as answers.
Kurt
Top achievements
Rank 1
Kurt asked on 30 Mar 2010, 08:28 AM
On my page, I link all edit controls to labels via binding the labels' Target properties to their respective edit controls. This is similar to what a dataforn does but in my case I am doing it explicitly without a dataform. This link shows and example of the model I have followed:
http://www.c-sharpcorner.com/UploadFile/dpatra/DataInputControlsInSilverlight3Application07232009142920PM/DataInputControlsInSilverlight3Application.aspx

I also control the state of the edit controls through binding to a viewmodel in a MVVM pattern. And have bindings to IsEnabled and IsReadOnly to name a few.

The problem I am experiencing is that when I bind the IsReadOnly property of the RadDatePicker to the ReadOnly property of my Model, the datainput Label displays "ReadOnly" instead of "Date of Birth" (for example). If the IsReadOnly binding is not present the expected correct output occurs.

Please help.

1 Answer, 1 is accepted

Sort by
0
Kaloyan
Telerik team
answered on 02 Apr 2010, 07:52 AM
Hello Kurt,

Sorry for the late response. Can you send us a small project or piece of code showing the problem.

Best wishes,
Kaloyan
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
DatePicker
Asked by
Kurt
Top achievements
Rank 1
Answers by
Kaloyan
Telerik team
Share this question
or