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
Unbound Field XamDataGrid
Narrow your results
XamDataGrid
CellValuePresenter
xamdatagrid headers
FieldLayoutSettings
cellvalue Presenter click command
SummaryDefinition
fields
unbound fields
xamdatagrid binding xml
unboundfield
MVVM XamDataGrid
FieldSettings Overrides
Unbound field XamDataGrid Calculated Fields
filter
Soring
Format
Calculations
dynamic
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 - 9 of
9 results
for Ultimate UI for WPF
Not Answered
1474330
views
3
replies
XamDataGrid SummaryDefinitions Calculator Sum is not working for unbound field
Hi, I have an unbound field that I want to show the sum of it in the footer, but it shows it as 0.00. Unbound Field: <dataPresenter:UnboundField x:Name="txt_amt" Name="amt" Label="" DataType="{x...
Answered
993171
views
2
replies
Xamdatagrid unbould filed type of dynamic unbound filed
I am creating my data grid clomns dynamically. Each have different data type and precision value. My Parameter class public class Parameter { public string ParameterName { get; set; } public...
Answered
1264982
views
4
replies
Popup control when clicking an image within a cell
I have a unbound field that displays an image using a CellValuePresenterStyle. On left clicking the Unbound field/Image a Popup should appear showing the full detail of the row data. If I use StaysOpen...
Answered
1352305
views
1
reply
Mark cell as readonly at runtime
Hi, I have layout like: <igDP:FieldLayout Key="MyFieldLayout"> <igDP:UnboundField Label="Name" BindingPath="Model.Name" BindingMode="TwoWay"/> </igDP:FieldLayout> I want at runtime enable...
Answered
1352305
views
1
reply
Mark cell as readonly at runtime
Hi, I have layout like: <igDP:FieldLayout Key="MyFieldLayout"> <igDP:UnboundField Label="Name" BindingPath="Model.Name" BindingMode="TwoWay"/> </igDP:FieldLayout> I want at runtime enable...
Answered
1864800
views
5
replies
Unbound Field Sorting issue
I am currently facing an issue related to implement sorting and filtering on an unbound field, The Unbound fied contains icons which is displayed based on datatriggers (similar approach in http://blogs...
Not Answered
523583
views
1
reply
Unbound field doesnt check whether setting its bound viewmodel property actually results in a value change
Hi In our application our xamdatagrid is bound to fields that have an editable User entered top level value and a persistence value that is not editable. The user can set the toplevel value, which...
Not Answered
657121
views
3
replies
unbound field 3 levels deep into the View Model - Binding issue
I was trying to bind the grid to a data model where the hierarchy is 3 levels deep: In the example code: I want to bind the grid to : ValueInnerInner, but this does not work. public...
Suggested Answer
731113
views
1
reply
Sum calculator does not appear in summury header for unbound field
Hi, I want display Sum calculator for unbound filed of integer type. By default Sum does not apper in summary placeholder. Moreover I cannot disable it, In case I add it manually. <dp:UnboundField...