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
ObservableCollection
Narrow your results
XamDataGrid
Binding
ObservableCollection xamDataGrid
Background
Threading
IEnumerable
columns
XamChart (Retired)
Cell
data interaction
fields
FlatData
XamPivotGrid
datatriggers
Background worker.
WPF
Refresh
Most Viewed
XamDataPresenter (Mouse Right Click)
Not Answered
over 14 years ago
How to Control Cell Selection in XamDataGrid
Not Answered
over 15 years ago
XamComboEditor with drop down grid
Suggested Answer
over 13 years ago
how to change cell background colour for specific cells
Not Answered
over 14 years ago
*Setting* the active record through binding
Not Answered
over 14 years ago
Tags
More
Cancel
Descending
Ascending
1 - 9 of
9 results
for Ultimate UI for WPF
Answered
763
views
4
replies
ObservableCollectionExtended: Destination array is not long enough to coy all the items in the collection. Check array index and length
Hey guys, We are recieving data from socket, and displaying it on a listbox. Idea was to limit the number of oncollectionchanges, to prevent dispatcher hangs. So we switched to "ObservableCollectionExtended...
Not Answered
4771
views
5
replies
xamPivotGrid bound to ObservableCollection<T> - exception if >1 item changes simultaneously
I'm using a xamPivotGrid with a FlatDataSource whose ItemsSource is an observable collection. When an item in the observable collection changes, the pivot grid updates appropriately. I have a problem...
Not Answered
7277
views
1
reply
ObservableCollection and Thread Safety
I have a thread safe implementation of the ObservableCollection that locks when adding, removing and firing the CollectionChanged event (in case a listener would like to iterate it). Now I'm wondering...
Not Answered
7277
views
1
reply
ObservableCollection and Thread Safety
I have a thread safe implementation of the ObservableCollection that locks when adding, removing and firing the CollectionChanged event (in case a listener would like to iterate it). Now I'm wondering...
Not Answered
13382
views
2
replies
Cell not displaying its DataItem’s data if template changes based on a trigger.
I have a grid with numerous fields. Some fields always display data per a given property, other fields display data differently, depending on a Trigger, which sets the cell’s Template based on the type...
Not Answered
13382
views
2
replies
Cell not displaying its DataItem’s data if template changes based on a trigger.
I have a grid with numerous fields. Some fields always display data per a given property, other fields display data differently, depending on a Trigger, which sets the cell’s Template based on the type...
Not Answered
4817
views
4
replies
Out of Memory Exception
Hi, I am using a XamDataGrid that binds to an ObservableCollection. Observable collection is populated using background worker. so everything it gets small amounts of data and adds to the Observable...
Not Answered
14861
views
5
replies
XamDataGrid => Added item does not appear at given index '0'
I'm getting a strange error message on refreshing the dataContext a XamDataGrid is bound to: Added item does not appear at given index '0 The XamDataGrid is bound to an ObservableCollection...
Not Answered
17201
views
5
replies
Adding columns at runtime and auto refreshing xamDataGrid
Hi, I am using xamDataGrid and binding it to an observable collection. I want to have the functionality where I can add columns at runtime, after initial binding is done. I have also implemented it through...