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
AllowAddNew AddRow
Narrow your results
XamDataGrid
AllowAddNew
CellValue Presenter style
FieldLayout
Button IsEnabled Binding Record Selected
Data Binding
data interaction
XamDataGridrid
edit
MVVM
update
Custom Delete Record Message
DataTemplate Binding
activation
updates
xamdatagrid FieldLayout
Column
cellls
DataTemplate Binding Converter CellValuePresenterStyle DataTrigger
xmlDataGrid
autoadjust
xamdatagrid binding
checkBox
FieldSettings
xamdatagrid RecordActivated Event
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 - 8 of
8 results
for Ultimate UI for WPF
Not Answered
13293
views
2
replies
XamDataGrid CollectionViewSource(Currentchanged is not executing when i move between record in the XamDataGrid)
Hi, Code Snippet: BindingList<SalesPerson> persons=new BindingList<SalesPerson>(); .... code that populates the persons. CollcetionViewSource cvs=new CollectionViewSource(); cvs.Source...
Not Answered
10271
views
3
replies
Validation of newly added record
I am a bit confused about validating an added record via xamdatagrid AllowAddNew ="True" AddNewRecordLocation ="OnBottomFixed" I do not want to add the record until I inspect and validate...
Answered
4065
views
4
replies
XamDataGrid with Hierarchical data using MVVM
Hello, I have created a view with a parent child relationship where each [member] has a number of [files]. I am using a XamDataGrid to display the collection of members and another grid to display...
Not Answered
11240
views
3
replies
AllowAddNew on an empty xamdatagrid
Hi, I've an xamdatagrid with the allowaddnew property set to true. It works fine when the grid is populated. I'm able to add a new record by clicking on an empty record, but when i bind an empty source...
Not Answered
11240
views
3
replies
AllowAddNew on an empty xamdatagrid
Hi, I've an xamdatagrid with the allowaddnew property set to true. It works fine when the grid is populated. I'm able to add a new record by clicking on an empty record, but when i bind an empty source...
Not Answered
52726
views
13
replies
XamDataGrid Add New Record
Hi, I have xamdatagrid i am binding with ICollectionView i want to provider adding,editing and deleteing record in the xamdatagird.I am using MVVM model.I am unable get the add feature in the grid...
Not Answered
17357
views
1
reply
Using Template for DataGrid Cell
Can anybody help me?? I'm kind of new at this... I have created a template to allow entry into a textbox for a column in my DataGrid (I've included the XAML below.) Everything works fine when I change...
Not Answered
13710
views
9
replies
multiple fieldlayouts combine with AllowAddNew
I have a XamDataGrid with a DataSource bounded. This data Source looks like this: BindingList<Directory> directories =new BindingList<Directory>(); Folder f1 = new Folder() { CreationDate = DateTime.Now...