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
Narrow your results
Filtering
Data Binding
Binding
style
XamComboEditor
Grouping
WPF
Group By
Sorting
Selection
activation
C#
FieldLayout
Performance
Add New
hierarchical grid
CellValuePresenter
Editing
CellValue Presenter style
header
XamDataPresenter
filter
field
MVVM
styling
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
9 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
9685 results
for Ultimate UI for WPF
Answered
0
views
1
reply
XamDataGrid Filter Textbox is not enabled
The grid is displaying the filter textbox, but not allowing data to be entered. It is working as expected in other projects so I'm looking for reason filter textbox is not enabled. Here is my Xaml code...
Not Answered
0
views
2
replies
Decimal separator in XamDataGrid
I've made a xamdatagrid that displays some values, these values are floats with 2 numbers after the comma. When i run this program on my laptop, it uses a dot to present the separator in the values. ...
Not Answered
0
views
1
reply
How to make entire grid read-only
Hey, I've only just started using XamDataGrid and am not very familiar with it yet. All I need to make this entire grid read-only as all the user needs to do is select a record to be edited, deleted...
Not Answered
0
views
1
reply
XamDataGrid Edit Multiple Cells in one column
I want to edit multiple cells in a XamDataGrid column, without losing the selected cells when entering edit mode. The cells should be selected while holding the left mouse button and hovering on top of...
Not Answered
4949
views
1
reply
Remove child header from the xamDataGrid when referring to itself
Hi team, Is there a property that I can set for xamDataGrid field layout to remove the duplicated child header and line up the child grid to the parent grid. I have tried using the approach AssigningFieldLayoutToItem...
Not Answered
131366
views
7
replies
XamDataGrid XamComboEditor and Filter Combo
Hi, I have looked for an example of what I would like to achieve but have not found one that covers everything. I have a XamDataGrid with the datasource bound to a collection of objects. One of the...
Not Answered
154428
views
5
replies
Unable To Hit Custom Filter Evaluator
I've implemented an IFilterEvaluator and wired it up to a XamDataGrid in the xaml: < UserControl.Resources > < local:MyFilterEvaluator x:Key = "MyCustomFilterEvaluator" /> < UserControl.Resources...
Not Answered
98820
views
2
replies
Scrollbar is resizing while scrolling
Hello, I have a XamDataGrid with many records. I have set it to scroll per item. But when I start scrolling (while in fullscreen) the scrollbar thumb changes its size all the time (becoming bigger...
Answered
249092
views
7
replies
XamDataGrid - Alter GroupBy Text
I'm defaulting a grid to be grouped by a boolean value within the binding data set. When grouped, the group-headers read something like: "True (98 items)" and "False (122 items)" Can this be altered...
Not Answered
205307
views
5
replies
How to change summary field position in xamdatagrid
I'm curious about how I can change the location of the summary field. Currently, it is attached to the Error% field as shown in the picture, so it is cut off and not visible. If you change SourceFieldName...
Not Answered
204994
views
1
reply
RecordBinding - Bind IsFixed to MVVM
Hi there We need to bind the IsFixed property of a DataRecord to a property of it's underlying DataItem. We cannot use the event "InitializeRecord". The (Data)Record is not a visual item, but either...
Answered
208960
views
2
replies
How to reduce the width of a field when applying the EditorStyle to a Field
public void Append_RefField(int no) { var item = ModelCommonData.GetInstance.Reference.FirstOrDefault(x => x.No == no); if (item != null) { var field = new Field() { Width = FieldLength.Auto...
Answered
457137
views
4
replies
XamDataGrid ListCollectionView with nested layout
Hello, I have a two XamDataGrids with a nested layout. I would like to have one single source (ObservableCollection) but use different filters for each XamDataGrid. I can filter on the first level...
Not Answered
76704
views
0
replies
When the EditorStyle of the NumericField is changed to Mask, the val becomes null in the SetDataValueHelper method.
var field = new NumericField() { Width = FieldLength.Auto, Name = $"RefData{no}", Label = $"{item.Name} ({item.Unit})", DataType = typeof(double), AllowEdit = true, Format = Datas.RefFormat...
Answered
701891
views
6
replies
DataGrid with dynamic combo box columns
I'm using WPF XamDataGrid 23.2.157 in a MVVM project. I want to use a XamDataGrid bound to a DataTable. The DataTable elements are just strings. The tables are dynamic (not known at compile time), and...
Loading...
Load More