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
DataTemplate Binding
Narrow your results
XamDataGrid
hierarchical grid
CellValue Presenter style
xamdatagrid FieldLayout
cellls
DataTemplate Binding Converter CellValuePresenterStyle DataTrigger
XamTextEditor Style
xamDataGrid style records selecteditems activerecord selection
CellValuePresenter XamGrid update
xamdatagrid binding
LabelPresenter
Flatten data
FieldSettings
Data Binding
updates
FieldLayout
Cell
Record.
AllowAddNew
DataPresenter Style
AllowAddNew AddRow
DataTemplate
data interaction
XamDataGridrid
edit
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 - 6 of
6 results
for Ultimate UI for WPF
Not Answered
5399
views
2
replies
How do you flatten hierachical data into a single row?
As in: class Customer { List<Orders> Orders; string Name; } class Order { string Product; decimal Price; } If I want a single row that looks like below, with NO drilling...
Not Answered
8632
views
6
replies
Hierarchical Data or Group By Format / Style
Could this be done? We've been trying to format the grid this way for days now. We have a hierarchical object binded to the grid. We tried using a lot of stuff including customizing the ExpandableFieldRecordStyle...
Not Answered
3359
views
1
reply
Choosing different data templates for cellvaluepresenter
I have a xamdatagrid where some records are going to be styled with combobox or listbox or nothing at all. I wanted to create different data templates for these instances. I noticed there was a CellValuePresenterStyleSelector...
Not Answered
21702
views
6
replies
Can a DataTemplate be used to define a row of a XamDataGrid?
I have a XamDataGrid that has several UnboundFields. I would like to create a DataTemplate that controls the layout of the fields for each row in the XamDataGrid. I would like to define the DataTemplate...
Not Answered
17386
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
7295
views
1
reply
Forcing SortStatus Feedback
Hi all, We have intercepted the Sorting routed event from the xamDataGrid in order to carry out server-side sorting at the database. This is so we can show paged data, but sorts occur across all of the...