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

Styling DataFormDataField problem

9 Answers 120 Views
DataForm
This is a migrated thread and some comments may be shown as answers.
Sergey
Top achievements
Rank 1
Sergey asked on 08 Sep 2011, 12:11 PM
Hello!
I try to stylize your DataFormDataField element by using manual.
It is too sad, but my form is empty after applying style, which generated by Blend 4.
Can you help me to resolve this issue?

Sample project to reproduce: link

9 Answers, 1 is accepted

Sort by
0
Vanya Pavlova
Telerik team
answered on 08 Sep 2011, 01:44 PM
Hi Sergey,

 

May you please share with us what do you mean by "but my form is empty after applying style"? I have marked the style as an implicit changed the Background to Red and everything works fine by my side, please refer to the attached picture. 



Kind regards,
Vanya Pavlova
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
Sergey
Top achievements
Rank 1
answered on 09 Sep 2011, 10:56 AM
This mean that data fields is invisible.
Please, share XAML for RadDataForm? Are you uncomment "DataFieldStyle="{StaticResource DataFormDataFieldStyle1}"" block?
0
Vanya Pavlova
Telerik team
answered on 09 Sep 2011, 11:26 AM
Hello Sergey,

 
I have just marked the style as an implicit and it has been applied to all DataFormDataFields. 
You may find attached your updated project.  



Greetings,
Vanya Pavlova
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
Sergey
Top achievements
Rank 1
answered on 09 Sep 2011, 11:34 AM
Nice.
But is it possible to use DataFieldStyle to setting style for data fields there?
0
Vanya Pavlova
Telerik team
answered on 09 Sep 2011, 11:40 AM
Hi Sergey,

 

We need some more time to investigate what might be causing this behavior.
For the time being I may suggest you to define an implicit style or to directly set the style to each DataFormDataField:


<telerik:DataFormDataField Style="{StaticResource DataFormDataFieldStyle1}"   Label="#Name" Grid.Row="0">
            <TextBox Text="{Binding Name, Mode=TwoWay}"/>
</telerik:DataFormDataField>


Please excuse us for any inconvenience caused! 


All the best,
Vanya Pavlova
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
Sergey
Top achievements
Rank 1
answered on 09 Sep 2011, 11:45 AM
I would like to use DataFieldStyle.
I'll wait for your response.
Thanks for your assistance.
0
Ivan Ivanov
Telerik team
answered on 09 Sep 2011, 02:21 PM
Hi Sergey,

Thank you for attracting our attention to this problem. I have updated your telerik points status accordingly. The fix for this issue will be included in our next internal build.

Greetings,
Ivan Ivanov
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
Sergey
Top achievements
Rank 1
answered on 09 Sep 2011, 03:41 PM
Thank you, Ivan.
What about timeframe for this fix?
0
Ivan Ivanov
Telerik team
answered on 12 Sep 2011, 11:28 AM
Hi Sergey,

It will surely be released by the end of the week.

Best wishes,
Ivan Ivanov
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
DataForm
Asked by
Sergey
Top achievements
Rank 1
Answers by
Vanya Pavlova
Telerik team
Sergey
Top achievements
Rank 1
Ivan Ivanov
Telerik team
Share this question
or