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
Refresh
Narrow your results
XamDataGrid
Data Binding
Binding
ObservableCollection xamDataGrid
XamDataGrid Events
xamdatagrid binding
EditModeStarting
dynamic
cellls
XamDataChart
ObservableCollection
columns
UI Refresh
SummaryResultsPresenter
VS2010
fields
XamDataGrid Grouping
Most Viewed
XamDataPresenter (Mouse Right Click)
Not Answered
over 14 years ago
How to Control Cell Selection in XamDataGrid
Not Answered
over 15 years ago
XamComboEditor with drop down grid
Suggested Answer
over 13 years ago
how to change cell background colour for specific cells
Not Answered
over 14 years ago
*Setting* the active record through binding
Not Answered
over 14 years ago
Tags
More
Cancel
Descending
Ascending
1 - 14 of
14 results
for Ultimate UI for WPF
Not Answered
540
views
1
reply
Xamdata grid field binding refreshing issue
I have a linked collection to show n the xamdatagrid. here is my grid code. <infragistic:XamDataGrid.FieldLayoutSettings> <infragistic:FieldLayoutSettings AutoGenerateFields="False" AutoFitMode...
Suggested Answer
2193
views
6
replies
XamDataGrid delay refresh
We have a requirement that needs to refresh XamDataGrid to load new data, then scroll to the previously selected row. User can see grid flickering during the refresh. Is there a way to delay display the...
Not Answered
9171
views
13
replies
Force DataChart to refresh
Hello! We provide an option to our users to show/hide certain series. This is done by setting visibility of particular series to Visible/Collapsed. Their ItemsSource is set to ObservableCollection...
Not Answered
5797
views
1
reply
Summary & Grouping not updated when underlying datasource is changed.
Hi I have enabled row sumarries on my datagrid via the following code grid.FieldSettings.AllowSummaries = true; grid.FieldSettings.SummaryUIType = SummaryUIType.MultiSelect; grid.FieldSettings.SummaryDisplayArea...
Not Answered
1910
views
1
reply
Refresh Fields
I have a XamDataGrid that is bound to a DataTable. The DataTable has dynamic fields. It has 1 standard column, Name, but then can have up to N other columns in it, based on certain settings. When I populate...
Not Answered
2735
views
1
reply
Grid Column Headers not refreshing in Datatable binding
I think, labelPresenter are not refreshing after binding datatable / DataView to XamDataGrid. Can any one tell me the solution, how to refresh column header or LabelPresenter of xamDataGrid This...
Not Answered
1605
views
3
replies
problem in refreshing xamdatagrid when i switch tabs.
Hi I have two tabs. one is Dashboard Tab and other is Task Tab. My task is if I select one receord based on "ID" I need to show "Task Tab" with data. with initial load i am able to load the...
Not Answered
1605
views
3
replies
problem in refreshing xamdatagrid when i switch tabs.
Hi I have two tabs. one is Dashboard Tab and other is Task Tab. My task is if I select one receord based on "ID" I need to show "Task Tab" with data. with initial load i am able to load the...
Not Answered
12410
views
3
replies
DataGrid refresh - can't make it do that
I'm using a data grid that has its data source replaced programatically from time to time based on user selections. I've tried every suggestion I can find in the forums to force a refresh of the data...
Not Answered
2923
views
1
reply
Update grouping when cell value changes
How can i update the grouping and regroup the values when the cell value changes?
Not Answered
4470
views
1
reply
Need help for updating Child if parent record is edited or parent if Child record is edited in Xamdatagrid
I have binded a dataset with parent/Child relationship to the XamDataGrid dynamically(in Code Behind). I have a situation such that i need to update parent/child rows when the xamCurrencyEditor fields...
Not Answered
6882
views
1
reply
Error when XamDataGrid's Datasource is updated.
Hello, I have bound my XamDataGrid to an ObservableCollection of Obects e.g. 'myObject'. Naturally the grid picks all the public fields from 'myObject'. When the grid loads up the first time everything...
Not Answered
5671
views
1
reply
Adding Fields
How can I add fields to DataGrid without using DataBindin or accesing DataSource Property ( I've done it already); for insert new data. Kind of an empty DataGrid. I need to build a bill. In windows...
Not Answered
17201
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...