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
xamdatagrid binding
Narrow your results
XamDataGrid
Data Binding
Cell
Record.
AllowAddNew
DataPresenter Style
AllowAddNew AddRow
data interaction
XamDataGridrid
XamComboEditor
edit
VS2010
xamComboEditor xamDataGrid
update
DataTemplate Binding
xamDataGrid groupby
Button IsEnabled Binding Record Selected
AutoGenerateFields
CollectionView
xamDataGrid binding custom object array string properties
xamdatagrid RecordActivated Event
recordcellarea style
XamDataGrid Grouping
Binding
CellValue Presenter style
Most Viewed
XamDataPresenter (Mouse Right Click)
Not Answered
over 15 years ago
How to Control Cell Selection in XamDataGrid
Not Answered
over 15 years ago
XamComboEditor with drop down grid
Suggested Answer
over 14 years ago
how to change cell background colour for specific cells
Not Answered
over 15 years ago
*Setting* the active record through binding
Not Answered
over 15 years ago
Tags
More
Cancel
Descending
Ascending
1 - 14 of
14 results
for Ultimate UI for WPF
Not Answered
4292
views
1
reply
How do I remove first column? (Row Selector)
How do I make Row Selector (or Row Header) hidden? Thank you
Not Answered
1990
views
1
reply
Refresh Fields
I have a XamDataGrid that is bound to a DataTable. The DataTable has dynamic fields. It has 1 standard column, Name, but then can have up to N other columns in it, based on certain settings. When I populate...
Not Answered
1990
views
1
reply
Refresh Fields
I have a XamDataGrid that is bound to a DataTable. The DataTable has dynamic fields. It has 1 standard column, Name, but then can have up to N other columns in it, based on certain settings. When I populate...
Answered
5092
views
2
replies
Binding to objects that contain other objects
I am trying to bind a XamDataGrid to a object that contains subobjects. However, when I reference the fields in the subobject, my grid goes blank and no data is displayed. For example (see class definitions...
Suggested Answer
1729
views
1
reply
Record hidden event
Hello, I have a xamDataGrid that is showing a number of rows based on my data source. I have the filter row enabled in my grid. If I filter out a row, is there some event I can listen to so that...
Not Answered
6320
views
1
reply
DataItem columns are missing with XamDataGrid v9.1
Hi, We are about to switch from Infragistics.Wpf.v8.2 to Infragistics.Wpf.v9.1, but I came across with a problem that I cannot resolve. We use XamDataGrid in control that displays certain type of...
Not Answered
11523
views
1
reply
Binding to SelectionTypeRecord
Hi all, I'm trying to change the SelectionTypeRecord value based on a binding in my underlying ViewModel, somethign along the lines of < igDP:XamDataGrid.FieldLayoutSettings >...
Not Answered
7253
views
1
reply
Changing the cell text color based on other data in the grid
Hi I am trying to build a stock ticker type of application (similar in some ways to the xamTrader demo application) which uses a xamDataGrid bound to a collection. A thread process updates objects...
Not Answered
7253
views
1
reply
Changing the cell text color based on other data in the grid
Hi I am trying to build a stock ticker type of application (similar in some ways to the xamTrader demo application) which uses a xamDataGrid bound to a collection. A thread process updates objects...
Answered
13187
views
4
replies
XamDataGrid Group By Issue
I have a xamdatagrid to which I have binded some Business Objects through a observablecollection. I then select group by certain column for example : status (consider there are 3 status Accepted, Rejected...
Not Answered
2247
views
0
replies
Issue with XamDataGrid when bound to BindingSource class (.NET 2.0)
Hi, I am facing one issue with XamDataGrid when i use the BindingSource class to bind to XamDataGrid. BindingSource class events such as PositionChanged and CurrentItemChanged events are not firing...
Not Answered
17357
views
1
reply
Using Template for DataGrid Cell
Can anybody help me?? I'm kind of new at this... I have created a template to allow entry into a textbox for a column in my DataGrid (I've included the XAML below.) Everything works fine when I change...
Not Answered
9721
views
6
replies
Hiding columns of a BindingList
I have a BindingList that is set as the DataSource for a xamDataGrid and want to know if there is a way to programmatically hide columns like there is in the IG ASP.NET grid. I can create a FieldLayout...
Suggested Answer
4193
views
1
reply
Setting the xamDataGrid DataContext to an object
Hello, I want to set the DataContext of my grid to an object and use a collection of that objects as the grids data source. It looks like I had no problem doing that but I have some questions about...