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
template
Narrow your results
style
XamDataGrid
ComboBoxDataItem
ComboBoxItem
EndEditMode
ComboBox
Data Binding
xamdatagrd
InitializeRecord
colorpicker
tabs in rowdetail
PopUp
CellValuePresenter
XamChart (Retired)
Editing
xamdataGrid ValueEditor
Legend
DataTemplate
rowdetail
XamComboEditor
Grouping summary
ContentPresenter
XamColorPicker
Add New
IsAlwaysInEditMode
Most Viewed
Is there a tool/utility that allows discovery of object/relationships of WPF controls
Not Answered
over 8 years ago
Legend Item Badge issue
Answered
10 months ago
XamRibbon and XamRibbonWindow titlebar color and company logo
Answered
over 2 years ago
XamComboEditor with drop down grid
Suggested Answer
over 15 years ago
XamDataTree + MVVM + IsSelected
Not Answered
over 13 years ago
Tags
More
Cancel
Descending
Ascending
1 - 15 of
15 results
for Ultimate UI for WPF
Suggested Answer
1245014
views
3
replies
XamDataGrid: Comon background for child records in hierarchie
Hello, I have a data grid with two nested field layouts. I want to style the first and last record, so it displays a custom separator above/below the first and last record. I achieved this by overriding...
Answered
1262411
views
3
replies
Word template mechanism
Hi, I try to read .docx files and replace certain parts dynamically. The trouble I'm having is that I have to use the RichTextDocument.LoadFromWord(templatePath) method and it will kill all the header...
Suggested Answer
972198
views
3
replies
How to make a Horizontal legend for a chart?
I'd like to change the legend to be more horizontal, to fit beneath a chart. The default legend is vertical: A B C I'd like it to be horizontal like: A B C I have been trying to get...
Not Answered
1578167
views
6
replies
Templating the ColorPicker button
I would like to re-template the color picker button which launches the popup. In the screenshot below, I'm using the WPF Ribbon control, and I want my Font Colour button to launch the ColorPicker popup...
Not Answered
1578167
views
6
replies
Templating the ColorPicker button
I would like to re-template the color picker button which launches the popup. In the screenshot below, I'm using the WPF Ribbon control, and I want my Font Colour button to launch the ColorPicker popup...
Answered
598307
views
1
reply
Different row styling based upon row's datacontext type
My grid is bound to an ObservableCollection<DataRow> collection. DataRow is the base class - there will be some items that are actually the derived DataRowHeader type. How can I apply a different style...
Answered
598307
views
1
reply
Different row styling based upon row's datacontext type
My grid is bound to an ObservableCollection<DataRow> collection. DataRow is the base class - there will be some items that are actually the derived DataRowHeader type. How can I apply a different style...
Not Answered
361802
views
1
reply
GroupBy header displayed like regular cells?
I have a grid that is grouped by the first column, with summary values (totals) for every other column to be displayed in line with their respective column data. I've got this working ok, but for data...
Not Answered
361802
views
1
reply
GroupBy header displayed like regular cells?
I have a grid that is grouped by the first column, with summary values (totals) for every other column to be displayed in line with their respective column data. I've got this working ok, but for data...
Not Answered
710413
views
1
reply
Adding watermark background text to a CellValuePresenter in a XamDataGrid
Hi, I hope someone can help me with the following, please see the attached image. Basically I have a Failure Type field with the different types selected from a combobox in the cell. Depending on...
Not Answered
601205
views
1
reply
XamComboEditor and ViewModel Property
My scenario is giving me a headache and I'd appreciate some help! I have a XamComboEditor defined as the editor type for a field in a XamDataGrid. This grid is the 'details' section of a master-details...
Not Answered
601205
views
1
reply
XamComboEditor and ViewModel Property
My scenario is giving me a headache and I'd appreciate some help! I have a XamComboEditor defined as the editor type for a field in a XamDataGrid. This grid is the 'details' section of a master-details...
Not Answered
709825
views
2
replies
Display nothing when zero
Hi, I want a XamNumericEditor to display nothing (like when has no value) when value=0. How can I do it? (The editor is a column in a XamDataGrid) Thanks.
Not Answered
709825
views
2
replies
Display nothing when zero
Hi, I want a XamNumericEditor to display nothing (like when has no value) when value=0. How can I do it? (The editor is a column in a XamDataGrid) Thanks.
Not Answered
1067498
views
3
replies
Setting data template for combobox in a xamgrid
Hi there. I really did try to get a solution on this forums, but no luck. I would like to set a datatemplate for a XamCombobox nested in a Xamgrid. Now there are a lot of examples on how to...