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
columns
Narrow your results
XamDataGrid
xamdatagrid column header
Column
Binding
ObservableCollection xamDataGrid
Data
xamdatagrid FieldLayout
visible
header
hierarchical grid
FieldLayout
Cell
Dynamic Columns
Record.
Excel Library
XamMultiColumnComboEditor
data interaction
AllowFieldMoving
style header
XAML
headers
aligned
position
ObservableCollection
Refresh
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 - 15 of
15 results
for Ultimate UI for WPF
Answered
2906
views
3
replies
remove the extra (last) column in the dropdown of XamMultiColumnComboEditor
How can remove the extra column in the dropdown. I have attached image for extra column. OR how can we hide the dividing line, so that it looks one field in a row.
Not Answered
8394
views
10
replies
Multiple columns?
Does xamDataTree supports multiple columns (with headers and sorting)?
Not Answered
17616
views
5
replies
Adding columns at runtime and auto refreshing xamDataGrid
Hi, I am using xamDataGrid and binding it to an observable collection. I want to have the functionality where I can add columns at runtime, after initial binding is done. I have also implemented it through...
Not Answered
4453
views
3
replies
Dynamically added columns - header shows up, values don't
I've got a XamDataGrid where I'm adding columns dynamically. The columns add themselves directly, and the headers are correct, but the data cell values are blank. I can't figure out how to get the binding...
Answered
41872
views
8
replies
using xamdatagrid to hide columns programmically
hello, I am using the xamdatagrid and i was wondering if there was a way to access the column( or field i believe you call it), name and based off that name hide the column. I'm sure its really easy...
Not Answered
8831
views
1
reply
No intermediate columns
Hi, I'm trying to style XamDataGrid to show only column headers in the very top and no headers for the expanded children. The view will be like TreeListView then ( http://blogs.msdn.com/atc_avalon_team...
Not Answered
12676
views
3
replies
[URGENT] Multiple FieldLayout's with one header
Hello, I'm trying to achieve something like this: <FieldLayout> ... <Field Name="Id" Column="0" RowSpan="3" /> <UnboundField Name="Size0" Colum="1" Row="0" /> <UnboundField Name="Size1" Colum="1" Row...
Not Answered
2078
views
3
replies
When I resize the column by right edge, left edge is also moved
Hi there I have a request from customer. Basically he is able to resize the columns as he wished and also - change their position. All works great, however there is a small issue when resizing. ...
Answered
14177
views
2
replies
XamCheckEditor in XamDataGrid, would like UpdateSourceTrigger=PropertyChanged
Hi! We have a use-case in which the user selects rows from a grid via a column of checkboxes, clicks on a ribbon button, and executes an operation on checked rows. Now the default behaviour of the...
Answered
9540
views
2
replies
xamDataGrid 9.1 broke my formatting
I have an application developed against NetAdvantage WPF 7.2 which was working as designed. I upgraded to the 9.1 control and everything works (some things are fixed!!) but the 9.1 broke my column width...
Not Answered
7724
views
2
replies
Styling the HeaderPresenter
I’m trying to style the background color of the Header Presenter. I’ve styled it as follows: <Style TargetType="{x:Type igDP:HeaderPresenter}"> <Setter Property="Template"> <Setter.Value> <ControlTemplate...
Not Answered
20579
views
3
replies
XamDataGrid Data Source Rebinding
Hi All, I am using a xamDataGrid and displaying an observable collection inside it. But if I say m_xamDataGrid.ClearValue(XamDataGrid.DataSourceProperty), it only clears out the rows. Column names remain...
Not Answered
7997
views
1
reply
Exception when you hide, move, unhide columns
We have discovered a bug in version 8.2 of the XamDataGrid. If you perform the following steps with a databound XamDataGrid: 1. Hide a column 2. Move a different column 3. Unhide the column from...
Answered
20553
views
18
replies
How do I disable Auto-generation of columns?
I have defined the columns of my XamDataGrid using FieldSettings and FieldLayout. But the problem is, that the grid takes all the properties from the "inserted" objects and displays them as columns. This...
Answered
1778
views
1
reply
XamDataGrid hierarchical data with aligned columns
Hi! I want to fill XamDataGrid with hierarchical data so as the columns' coordinates (left point-right point) of both parent record and child records be equal. For example, my data type is class...