-
I attached the sample project. when i filter object from equal condtion , result is Empty(no recored). .. but there is a object with same description.please help me.
-
Hi Al,, I am new in Infragistics. I am using XamGrid . I want to add the new row in the grid. I am able to add it inline but how to get the updated collection in ViewModel or data which is addded by the user in the XamGrid how to get that in the View Model. Below is my code for Xam Grid:- < ig : XamGrid...
-
I'm working with MEF and Caliburn.Mirco. My XAML-Code looks like this. <igOutlookBar:XamOutlookBar DockPanel.Dock="Left" GroupsSource="{Binding Modules}" Width="200" AllowMinimized="True"> <igOutlookBar:XamOutlookBar.Resources> <Style TargetType...
-
Hello Krasimir, thank you for your availability. Forgive me if I insist. While I understand the explanations given, I wonder if would be possible to offer the possibility of binding it, given those limitations: the binding should NOT be OneWay, otherwise the binding will be lost. The developer will also...
-
Hello all, I am struggling to get DataTemplate's MultiDataTriggers working as I am recently moved from Microsoft TreeView. Infragistics' XamDataTree seems to be not picking up the Triggers at all for my DataTemplate of my NodeLayout.ItemTemplate. I tried the simple trigger as well for my DataTemplate...
-
We're using XamDataGrid v11.2 and we get one BindingExpression path error for each XamDataGrid as it renders. The whole message is: BindingExpression path error: 'FieldLayout' property not found on 'object' ''GridUserControl' (Name='')'. BindingExpression:Path...
-
Hi, I am unable to bind to a dictionary that is a child collection. Here are my classes ParentClass { string Name, Dictionary<MyEnum, ChildClass> ChildClasses } The Grid Datasource is a List<ParentClass>. I am trying to bind using Unbound fields using the following: <igDP:UnboundField...
-
< Grid > < Grid.ColumnDefinitions > < ColumnDefinition Width = "auto" /> < ColumnDefinition Width = "*" /> </ Grid.ColumnDefinitions > < Grid.RowDefinitions > < RowDefinition /> < RowDefinition /> < RowDefinition /> < RowDefinition...
-
Hi, I am creating grid at runtime. in FieldLayoutInitialized i am creating unbound fields. one sample unbound field is UnboundField field = new UnboundField(); field.Name= "Testfield"; field.BindingPath = "Binding path"; FieldLayout fieldLayout; fieldLayout.Fields.Add(field) ----...
-
Hi. Using XamDataGrid 2011.1 I've googled all the sites and checked Feature Browser for solution, but didn't find. Given: XamDataGrid with some unbound fields. Some of the fields are set for "indexer's" properties. Thus, unboundField's BindingPath property is set as: ["value1"...