Error 1 The property 'FilterDescriptors' does not exist on the type 'StackPanel' in the XML namespace 'clr-namespace:System.Windows.Controls;assembly=System.Windows.Ria.Controls'. C:\Users\Silverlight3\Desktop\REVDemocode\WCFRIAServices\HRApp\HRApp\Views\EmployeeList.xaml 35 18 HRApp
hi.. but I already have it under the databinding part in XAML, as attach code below, so I dont think I need the code behind. Below are some of the codes regarding filterdescriptor that I highlight, and on the lower area there is
datagrid binding.. any idea why it generates the error that I mention.
raccoon
Member
69 Points
135 Posts
WCF RIA Services cannot find FilterDescriptor
Jan 11, 2010 09:06 PM | LINK
Hi,
does anyone ever encounter this problem before?
Error 1 The property 'FilterDescriptors' does not exist on the type 'StackPanel' in the XML namespace 'clr-namespace:System.Windows.Controls;assembly=System.Windows.Ria.Controls'. C:\Users\Silverlight3\Desktop\REVDemocode\WCFRIAServices\HRApp\HRApp\Views\EmployeeList.xaml 35 18 HRApp
my reference in XAML is:
xmlns:riaControls="clr-namespace:System.Windows.Controls;assembly=System.Windows.Ria.Controls"
this reference works well with the SortDescriptor before....
Thanks,
raccoon
filterdescriptor
"Silverlight Singapore" on Facebook.
haipt
Member
62 Points
28 Posts
Re: WCF RIA Services cannot find FilterDescriptor
Jan 12, 2010 03:00 AM | LINK
i think you must try to set FilterDescriptor in code behind first !
raccoon
Member
69 Points
135 Posts
Re: Re: WCF RIA Services cannot find FilterDescriptor
Jan 12, 2010 07:11 AM | LINK
hi.. but I already have it under the databinding part in XAML, as attach code below, so I dont think I need the code behind. Below are some of the codes regarding filterdescriptor that I highlight, and on the lower area there is datagrid binding.. any idea why it generates the error that I mention.
"Silverlight Singapore" on Facebook.
raccoon
Member
69 Points
135 Posts
Re: Re: Re: WCF RIA Services cannot find FilterDescriptor
Jan 12, 2010 01:09 PM | LINK
"Silverlight Singapore" on Facebook.