Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
225
Finding DataPresenter Resource Strings for change them.
posted

Hello:

I have only two DataPresenter Resource Strings on XAML (igDP= xmlns:igDP="http://infragistics.com/DataPresenter")

<Style TargetType="{x:Type igDP:GroupByAreaMulti}">
<Setter Property="Prompt1" Value="NEW VALUE" />
<Setter Property="Prompt2" Value="NEW VALUE2" />
</Style>

But I can't find others than: 

Outlook_GroupByMode_Description_LastMonth, Outlook_GroupByMode_Description_LastWeek, SummaryCalculator_Average_Description...

Where are them? Can you update http://help.infragistics.com/Help/NetAdvantage/WPF/2010.1/CLR3.5/html/WPF_DataPresenter_Resource_Strings.html with the namespaces where we can find them?

Thanks

Best Regards