North American Sales: 1-800-231-8588
Global Contacts
My Account
Menu
North American Sales: 1-800-321-8588
My Account
Sign In/Register
Design & Development
Design & Develop
Best Value
Infragistics Ultimate
The complete toolkit for building high performing web, mobile and desktop apps.
Indigo.Design
Use a unified platform for visual design, UX prototyping, code generation and application development.
Web
Ignite UI for Angular
Ignite UI for JavaScript
Ignite UI for React
Ultimate UI for ASP.NET
Indigo.Design
Desktop
Ultimate UI for Windows Forms
Ultimate UI for WPF
Prototyping
Indigo.Design
Mobile
Ultimate UI for Xamarin
Ultimate UI for iOS
Ultimate UI for Android
Automated Testing Tools
Test Automation for Micro Focus UFT: Windows Forms
Test Automation for Micro Focus UFT: WPF
Test Automation for IBM RFT: Windows Forms
UX
Indigo.Design Desktop
Collaborative prototyping and remote usability testing for UX & usability professionals
Indigo.Design
A Unified Platform for Visual Design, UX Prototyping, Code Generation, and App Development
Business Intelligence
Reveal Embedded
Accelerate your time to market with powerful, beautiful dashboards into your apps
Reveal App
Empower everyone in your organization to use data to make smarter business decisions
Team Productivity
Learn & Support
Support
Help & Support Documents
Blogs
Forums
Product Ideas
Reference Applications
Customer Stories
Webinars
eBook & Whitepapers
Events
Free Trials
Pricing
Product Pricing / Buy Online
Renew Existing License
Contact Us
Forums
Ultimate UI for WPF
CREATE NEW POST
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
Close
Selected tags
DataSource
Narrow your results
XamDataGrid
DataPresneter
DataTable
LINQ
PropertyDescriptorCollection
datarecord
DataSourceChange
CellUpdated
Binding
Data
XamPivotGrid
field
Exception
Excel Spreadsheet
Entity Framework
commiting changes to datasource
binding DataSource
Column
XamDataChart
ObservableCollection
DataSet
Most Viewed
Is there a tool/utility that allows discovery of object/relationships of WPF controls
Not Answered
over 8 years ago
Legend Item Badge issue
Answered
11 months ago
XamRibbon and XamRibbonWindow titlebar color and company logo
Answered
over 2 years ago
XamComboEditor with drop down grid
Suggested Answer
over 15 years ago
XamDataTree + MVVM + IsSelected
Not Answered
over 14 years ago
Tags
More
Cancel
Descending
Ascending
1 - 13 of
13 results
for Ultimate UI for WPF
Not Answered
2865374
views
6
replies
Binding XamDataGrid to Data derived from Entity Framework
Good morning! I'm trying to bind a XamDataGrid to an ObservableCollection made up of an object derived from a DBContext generated with EntityFramework. Though I am binding the datagrid's Data Source to...
Answered
2042442
views
7
replies
XamDataGrid datasource on field
I Have a method that add extra colums on a datagrid but I there is no data in it how can I add a DataSoure to the field. there are already a other datasource set on the grid ? private void konkurrenter_SelectedItemChanged...
Answered
1486759
views
6
replies
No data in xamdatagrid
I have this grid <igWPF:XamDataGrid DataSource="{Binding Path=aktiveUgeaviserMedAlles, Mode=OneWayToSource}" HorizontalAlignment="Left" Grid.Row="8" VerticalAlignment="Top" Height="365" Width="1537...
Answered
416138
views
2
replies
Forcing XamDataGrid to treat an array as string
Hello I have got an array that I want to display in a single cell (as if it was a string). <igDP:Field Name="Array" Label="{x:Static resourceRepository:Resources.RMC_FlashCode}" Converter="{StaticResource...
Answered
2848228
views
7
replies
XamDataGrid issue in all versions after 2017.2, perhaps a bug
Hi, I've been encountering some issue with XamDataGrid on all versions after version 17.2.20172.2029. Version 17.2.20172.20029 was the last working version, but unfortunately this version is missing...
Suggested Answer
683981
views
2
replies
Excel Spreadsheet as a DataSource example don't work
Hello, I'm trying to reproduce the example here: http://help.infragistics.com/Help/NetAdvantage/WPF/2012.1/CLR4.0/html/xamPivotGrid_US_Excel_Spreadsheet_As_A_DataSource.html I can load a excel...
Not Answered
1733395
views
5
replies
How to get PropertyDescriptorCollection from FieldLayout
Hi, we have in our projects generic datasources and we don't know ho to get the PropertyDescriptorCollection from our hierarchical datasource (if the grid has more than one field layouts, each fieldlayout...
Not Answered
1733395
views
5
replies
How to get PropertyDescriptorCollection from FieldLayout
Hi, we have in our projects generic datasources and we don't know ho to get the PropertyDescriptorCollection from our hierarchical datasource (if the grid has more than one field layouts, each fieldlayout...
Not Answered
1583841
views
8
replies
AllowAddNew is not working
I am not getting AddRow in XamDataGrid when my DataSource is ObservableCollection<Type> class object why? but when I assign DataView as DataSource then it is working fine!!! Is this a bug or limitation...
Not Answered
401510
views
3
replies
Commiting new records to datasource in xamDataGrid
Hello, I've written a small app that successfully reads a DataSet and presents data. However, changes made (either to existing records or when adding a new record) are not being committed back to the...
Not Answered
539912
views
1
reply
Datasource not updated
Hello I'm binding a list (BindingList<MyEntity>) to the datagrid and have set an handler for CellUpdated event. private void XDGPortfoliokDetail_CellUpdated(object sender, DataPresenter.Events.CellUpdatedEventArgs...
Suggested Answer
1550255
views
3
replies
Must disconnect specified child from current parent Visual before attaching to new parent Visual
I am trying to take the selecteditems collection from one grid and use it as the datasource for a different grid and I am getting the error "Must disconnect specified child from current parent Visual...
Answered
895311
views
2
replies
XamDataGrid Fields become non-editable when bound to Linq with Join
I have a custom list object that implements IBindingList and IEnumerable. If I set the datasource of a xamDataGrid to this object I can Read, Add, Edit, and Delete rows just fine.However, I attempted...