North American Sales: 1-800-231-8588
Global Contacts
My Account
Menu
North American Sales: 1-800-321-8588
My Account
Sign In/Register
Developers
Infragistics Ultimate
The complete toolkit for building high performing web, mobile, and desktop apps
Ignite UI
JavaScript/HTML5 and ASP.NET MVC components and productivity tools, including native Angular components
Xamarin
Cross-platform mobile controls and productivity tools
Windows Forms
Desktop controls
WPF
Desktop controls
ASP.NET
Web controls
UWP
Mobile controls
ReportPlus Embedded SDK
Deliver embedded reports and dashboards in your apps
All Products
UX
Indigo Studio
Collaborative prototyping and remote usability testing for UX & usability professionals
UX Consulting
Partner with our UX & Development consultants to create useful, usable, high-performing applications
Business Teams
For Business Teams
SharePlus Enterprise
Mobile workspaces with business processes, collaboration, and data visualization for teams
ReportPlus
Exceptional analytics on any device
Consulting
Consulting
Popular Services
Our Process
Our Work
Blog
Contact Us
Learn & Support
Help & Support Documents
Blogs
Forums
Reference Applications
Customer Stories
Webinars
eBook & Whitepapers
Events
Free Trials
Purchase & Renew
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
Threading
Narrow your results
XamChart (Retired)
chart data
XamGrid
bind my collection to xamchart
Data Binding
ObservableCollection
XamDataGrid
IEnumerable
Most Viewed
XamDataPresenter (Mouse Right Click)
Not Answered
over 10 years ago
How to Control Cell Selection in XamDataGrid
Not Answered
over 11 years ago
XamComboEditor with drop down grid
Suggested Answer
over 9 years ago
how to change cell background colour for specific cells
Not Answered
over 10 years ago
*Setting* the active record through binding
Not Answered
over 10 years ago
Tags
More
Cancel
Descending
Ascending
1 - 4 of
4 results
for Ultimate UI for WPF
Suggested Answer
2721
views
2
replies
Observable collection thread-safe for xamGrid
Hello, I have a thread-safe observable collection. It works fine for wpf DataGrid but when I update it to XamGrid - my application freezes on validation. The collection is something similar to https...
Suggested Answer
5587
views
1
reply
Where is the collection changed event handled?
I would like to ovverride the method. I want it to have the dispatcher run a checkaccess() if it is on the main thread and if not do a dispatcher invoke(). When I update my collection on a different...
Not Answered
7567
views
1
reply
XamChart Live Data & Scrolling Capability?
I am evaluating your control. I would like to use your control to plot live data from a DAQ card added asychronously to an observable collection or xml file. The datapoints are collected at a rate of...
Not Answered
6963
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...