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 9.2
Narrow your results
XamDataGrid
FieldChooser
xamdatagrd
XamDataGrid 9.1
XamDataGrid Customisation
Filtering
XAMDATAGRid bACKGROUND
xamDataGrid localization filtering
RecordSelector
DataPresenterExcelExporter
XamDataGrid recordfiltering
XamDataGrid Sorting
Record Selection
Record Filtering
Empty grid rows
xamdatagrid column header
AllowRecordFiltering
xamDataGrid Filter
Tags
More
Cancel
Descending
Ascending
1 - 12 of
12 results
for Ultimate UI for WPF
Suggested Answer
6
replies
Empty grid row
I have a grid bound to a property in my ViewModel. I need to find out a setting or code to make empty grid rows to appear when no row exists for grid. We are using WPF Infragistic 9.2 version. Any...
Answered
18
replies
Field Chooser column name visibility
Hello, I new to xamDataGrid so please bear with me. I am experiencing some weird behaviour with the field chooser. The grid has a number of hidden fields. When the field chooser is opened the visible...
Suggested Answer
1
reply
Event to clear the Grid settings
I have a xamDataGrid which is bound property from my View Model layer. My requirement is to to clear the sort and filter whenever data is refreshed. I know putting these two lines would do it for me...
Not Answered
5
replies
XamDataGrid filters not applied when data changes in the grid
Hi, I have come across an issue when I have an active filter in XamDataGrid. For exmaple, if I set the price to < 5 and the value in the existing rows changes to anything > 5, the rows don't drop off...
Answered
3
replies
xamdatagrid with expander BUG
if i click the grouparea head, the expander will Collapsed automaticlly step1:open grouparea in Expander1 step2:click the grouparea head ,then the expander1 will Collapsed automaticlly XAML:...
Answered
1
reply
Xamdatagrid support follow style?
Xamdatagrid support follow style? Header1 Header2-1 Header3-1 Header2-2 Header3-2 Header2-3 Data1 ...
Not Answered
1
reply
FieldChooser SortOrder SameAsDataPresenter not in sync with grid's column sort order
Hello We are using the XamDataGrid along with the FieldChooser. Setting the "FieldChooserDisplayOrder" property to "SameAsDataPresenter", correctly reflects the sort order of the grid's columns. If...
Not Answered
1
reply
How to differentiate betwwen 'Active' record and 'SelectedRecord'
Hi, I am using xamdatagrid I want to differentiate 'Active' record and 'SelectedRecord'. When i click on the record (DateRecordCellArea) i want to highlight the record with one style. When i click...
Suggested Answer
2
replies
Bug with DataPresenterExcelExporter
I am using the new DataPresenterExcelExporter for a client. Previously I was using the solution from the article here to export to excel so I was excited to see how this new class works. I am really...
Not Answered
3
replies
Column Header Allignment
Hello, I am using XamDataGrid. in which i am dynamically binding data from code behind and also generating columns in code behind. I had an issue to format the alignment of both header and body of...
Suggested Answer
3
replies
XamDataGrid scrolling issue
Hi, I am using XamDataGrid in my application as showin in the code below - < ScrollViewer > <StackPanel > <Button Height="500" ></Button > <igdp:XamDataGrid x:Name="grid" Height="200" Width="200...
Not Answered
0
replies
Empty grid rows
Hi, I want to display an XamDataGrid in Spreadsheet like style (with headers, and empty rows) when the data source collection bound to the grid does not have any items in it. I don't want to add empty...