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
Converter
Narrow your results
XamDataGrid
Data Binding
combobox xamdatagrid
XamComboEditor
converter value xamdatagrid
sub title
ConverterCulture
Operand
CellValue Presenter style
Comma
Data Binding Complex Fields
XamMultiColumnComboEditor
XamDataGridrid
Filtering
cellls
XamDataChart
XamDataGrid 9.1
ListCollectionView XamDataGrid IsSynchronizedToCurrentItem hierarchical
xmlDataGrid
filter
Combo in XamDataGrid
ComboBoxItem
Cell Style
alternatingItem
selected items
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 - 13 of
13 results
for Ultimate UI for WPF
Not Answered
293
views
1
reply
WPF Binding to parent object in an XamDataGrid not on an Field
Following on from this question I have another. I have inherited a legacy project that uses WPF. We make use of Infragistics. Below is a made-up class structure: public class DogsVM { public string...
Answered
420
views
1
reply
XamMultiColumnComboEditor Converter Parameter
Is there a way to pass the current data record to a converter within the XamMultiColumnComboEditor What I am trying to accomplish is: Dataset contains "Name", "Id", "Status" I only want to display...
Answered
571
views
2
replies
Binding numeric value into subtitle
Hello, is there a simple way to bind a numeric value to the subtitle ? Following scenario: I have multiple series and each one of them with with different underlying data depending on the selected...
Answered
5358
views
9
replies
XAMDataGrid ComboBoxField Converter Binding
Hello - We are evaluating your product and have a question regarding binding converters. We have a ComboBox in our XamDataGrid. It's ItemSource is an observable collection of id/value pairs. The selected...
Answered
5358
views
9
replies
XAMDataGrid ComboBoxField Converter Binding
Hello - We are evaluating your product and have a question regarding binding converters. We have a ComboBox in our XamDataGrid. It's ItemSource is an observable collection of id/value pairs. The selected...
Answered
9099
views
6
replies
ValueConverter: target type same as source type
I have bound my XamGrid to an observable list objects. One of the rows is bound to a property of type integer (Int32). This is an account number, which I want to display formatted: so raw value...
Answered
5370
views
1
reply
xamdatagrid cell to be textbox or combobox depending on field value
hi , i have a xamdatagrid with fields 1.value (string : can be single or coma seperated multiple value) 2. IsSingleValue(bool : related to value field ) . if IsSingleValue is true the cell has...
Answered
12470
views
10
replies
How can i override the special filter operands "Blanks", "NonBlanks" ?
hi, first: we use infragistics xamdatagrid 11.1.20111.2053 our problem: We use the grid with generic lists. So it's very dynamic and must be prepared for any situation. We set for each field...
Not Answered
14431
views
5
replies
xamDataGrid, Converter w/ culture
I have a result set that has an Amount property and a Currency object w/ a Culture property. i.e. myItem.Amount (decimal) myItem.Currency.Culture (contains the value en-US, or de-DE as a string) Each...
Not Answered
14431
views
5
replies
xamDataGrid, Converter w/ culture
I have a result set that has an Amount property and a Currency object w/ a Culture property. i.e. myItem.Amount (decimal) myItem.Currency.Culture (contains the value en-US, or de-DE as a string) Each...
Not Answered
1815
views
1
reply
Color Cells
Hi, I have a XamDataGrid with a few fields in it: ID, Name, Amount. Amount has the value plus the change. For example, Amount = "100 (-10)". I want to color the -10 based on some other conditions....
Suggested Answer
4710
views
1
reply
How to display Int data in Dataset as String in grid
Hi, I have a column in a datacontext which is an integer( 0,1) While displaying these in the Xamdatagrid, i want to display: 0 as "NO" & 1 as "Yes". Could somebody please guide me thru this?...
Answered
12123
views
2
replies
CellValuePresenterStyle not firing a converter?
Currently, I have a XamDataGrid that has a button on the grid to popup an information window. All that works fine, but there is a requirement to not show the button if there is no data. I have a property...