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
field
Narrow your results
XamDataGrid
Visibility
FieldSettings
FieldLayout
unboundfield
CellValuePresenterStyle
Field Chooser
AutoGenerateFields
DataSource
DataValueChangedNotificationsActive
Binding
mask
XamMaskedEditor
custom control
Cell
Background Color
Group-by area
XamComboEditor
dynamic
Trigger
Column
cellls
CellValuePresenter
Label
datatriggers
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
27 results
for Ultimate UI for WPF
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
2042442
views
7
replies
XamDataGrid datasource on field
I Have a method that add extra colums on a datagrid but I there is no data in it how can I add a DataSoure to the field. there are already a other datasource set on the grid ? private void konkurrenter_SelectedItemChanged...
Answered
678610
views
1
reply
Setting Mask to 'yyyy-mm-dd' of XamDataGrid's Field does work but 'dd-MMM-yyyy' does NOT work and shows blank field.
Here are both the situations... Please suggest what should i do to make "" working. Working <igDP:Field Name="PerformedDtm" Row="0" Column="2" Width="Auto" Label="OriginalDate"> <igDP:Field.Settings...
Not Answered
510635
views
1
reply
Field label template is not being displayed in the sorted column header
I'm using a XamDataGrid and customizing my field layout so I can insert a checkbox into the header label. Then I'm sorting the field so I have multiple sections, and I end up wth the checkbox only displaying...
Answered
1543181
views
3
replies
Color XamDataGrid Cells dynamically from object property
Hello, I have a XamDataGrid that is bound to a collection of custom objects. Each object contains a dictionary that acts as a holder for dynamic selected data. public Dictionary<string,RowData>...
Answered
4574242
views
9
replies
Xamdatagrid field visibility
I am trying to hide the column from the data grid by changing the visibility value of the field but, the column is still there as a placeholder, only the data on it goes invisible. What am I missing...
Answered
1649489
views
1
reply
How to change visibility of column dynamically in xamdatagrid
<CheckBox IsEnabled="{Binding ShowGuideWeight}"></CheckBox> <infragistic:XamDataGrid Grid.Row="1" DataSource="{Bindng LogList }" PreviewKeyDown="DataGrid_PreviewKeyDown" Name="InputGlobalWellsDataGrid...
Answered
1119539
views
2
replies
Set Background color of one field/column in xamDataGrid only if it is editable
Trying to find a way to set the background color when a field is editable. If I just set the AllowEdit property to true/false then I can do what I want. However, I need to bind the AllowEdit property...
Answered
1736066
views
3
replies
Field styling with CellValuePresenter what item is used for editing ?
Hi, I have the following scenario: XamDataGrid with some fields, and some of these fields has the following Style: <igDp:Field Name="Description" Label="Description" IsScrollTipField="True" Width...
Answered
939568
views
3
replies
Storing only Field Width
In our application we want to persist only the width changes in a grid instead of all changes. From what I can tell there is no way to direct SaveCustomizations, it always saves width, visibility, sorting...
Not Answered
775375
views
1
reply
Changing value displayed in field if it equals a specific value
I am currently having an issue with a XamDataGrid Field. I am trying to detect when it contains a specific value and, when it does, change the Field to display blank. <igDP:Field Name="BeginDate...
Not Answered
775375
views
1
reply
Changing value displayed in field if it equals a specific value
I am currently having an issue with a XamDataGrid Field. I am trying to detect when it contains a specific value and, when it does, change the Field to display blank. <igDP:Field Name="BeginDate...
Not Answered
775375
views
1
reply
Changing value displayed in field if it equals a specific value
I am currently having an issue with a XamDataGrid Field. I am trying to detect when it contains a specific value and, when it does, change the Field to display blank. <igDP:Field Name="BeginDate...
Not Answered
1591294
views
5
replies
Hidden Fields
Hi I have the following problem: I initialize XamDataGrid layout in code-behind in FieldLayoutInitializing event handler. Some of the fields are defined as Hidden right from the start, but can be...
Answered
865013
views
1
reply
Change Field width
I implement fields auto-size logic. When desired width calculated, it's applied for field: field.Settings.CellWidth = field.Settings.LabelWidth = width; This code works perfect when for examle underlying...
Loading...
Load More