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

Data does not Get Populated with No Xaml Telerik Assemblies in RadDataForm

3 Answers 83 Views
DataForm
This is a migrated thread and some comments may be shown as answers.
Jawad
Top achievements
Rank 1
Jawad asked on 12 Dec 2013, 10:58 AM
Hi,

We are interested in using RadDataForms and currently we are referencing the no Xaml  Telerik Assemblies in our Product. when we the ItemSource is bound to an Observable collection no Data is displayed, but when we use the Full Fat Telerik assemblies all seems to work fine. we really prefer not to use the Bulky Telerik Assemblies because of their Massive Size. so Is there any way so that we don’t have to use the bulky Telerik Assemblies to make RadDataForm Work. 

following are the screen shots:

Kind Regards,


 

3 Answers, 1 is accepted

Sort by
0
Accepted
Vera
Telerik team
answered on 12 Dec 2013, 12:13 PM
Hi Jawad,

I guess that you have missed to merge the needed dictionaries. Please take a look at this help article for a reference on how to set theme using Implicit Styles. You can also check the attached project.

Regards,
Vera
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Jawad
Top achievements
Rank 1
answered on 12 Dec 2013, 04:36 PM
Thanks for Quick  and accurate Response ,
 Your Suggestion worked well and now i can see the Data in the RadDataForm. but by doing so i am trapped into another problem. By Merging the needed Dictionary now my custom styles for DataFormDataField are not showing up.  With the Full Fat Telerik assemblies the  DataFormDataField Style seems to work fine. it will be great  to know if there is a solution for this.

Thanks,
Jawad.
0
Vera
Telerik team
answered on 13 Dec 2013, 08:40 AM
Hello Jawad,

What you need to do is to base your styles on the theme styles. For example:

<Style TargetType="telerik:DataFormDataField" BasedOn="{StaticResource DataFormDataFieldStyle}">
 
</Style>


Regards,
Vera
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
DataForm
Asked by
Jawad
Top achievements
Rank 1
Answers by
Vera
Telerik team
Jawad
Top achievements
Rank 1
Share this question
or