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
cellls
Narrow your results
XamDataGrid
Cell
CellValue Presenter style
row
Cell Background Sample
Record.
CellValuePresenter XamGrid update
FieldSettings
Data Binding
data interaction
Converter
XamDataGridrid
XamComboEditor
edit
fields
CellValuePresenterStyle
update
DataTemplate Binding
Button IsEnabled Binding Record Selected
xamdatagrid RecordActivated Event
recordcellarea style
Binding
updates
xamdatagrid FieldLayout
DataTemplate Binding Converter CellValuePresenterStyle DataTrigger
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
over 1 year 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 14 years ago
Tags
More
Cancel
Descending
Ascending
1 - 13 of
13 results
for Ultimate UI for WPF
Not Answered
4674926
views
20
replies
how to change cell background colour for specific cells
Hi, I just want to know how to change the background colour for a particular cell in XamlGrid. I want to do this in Code behind (C#). Could anyone please assist on this. Many thanks in advance...
Not Answered
729388
views
1
reply
Displaying negative numbers.
Hey, I'm using ver. 9.1.20091.2075 I can't get the negative sign (-) in the left of the number as usual. but i can't get to this state. all i succeed is the one of the next two options: ...
Not Answered
2090488
views
7
replies
Different itemsources with a XamComboEditor on a cell
I want to bind a XamComboEditor to a Cell, where each cell in a row has a different set of data in the combobox, in C# code. I use a ComboBoxItemsProvider, Fieldsetting and style to set a fieldsetting...
Not Answered
540713
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
1076521
views
2
replies
Diffrent cell type for each cell in current field
Hi, I'm using infragistics xamDataGrid version 9.2.20092.2032. I have a field in my view of type double. I want to make some cells in the field, of type string even the current field type is...
Not Answered
125588
views
1
reply
Losing the ActiveCell when grid is refreshed
Hi, When the data in the grid is refreshed or the field layout is altered, the grid seems to loose focus on the Active Cell. The behavior is not consistent. Sometimes it works as expected and other...
Not Answered
316440
views
0
replies
Cells/Rows resize/refresh problem(bug?)
Hi, i hope i just miss something, but when i set the fontsize of the xamdatagrid (bind to a slider) the cells/rows not resize the way they should (the labels do fine. maybe i just have to set any property...
Not Answered
676822
views
1
reply
Keyboard Navigation Results in Odd Tab-like Behaviour
We have a xamDataGrid which has CellSelectAction="SelectRecord" set, and FieldLayoutSettings.SelectionTypeCell="None", yet when I select a cell and the whole record is shown selected. However, if I then...
Answered
1082140
views
3
replies
CellValuePresenter on scroll the scrollbar
When I user CellValuePresenter to set one of records's style by vb code(for example:font color=red),It's works ok,but when I scroll the scrollbar (records is large) ,the row i has setted CellValuePresenter...
Answered
1082140
views
3
replies
CellValuePresenter on scroll the scrollbar
When I user CellValuePresenter to set one of records's style by vb code(for example:font color=red),It's works ok,but when I scroll the scrollbar (records is large) ,the row i has setted CellValuePresenter...
Not Answered
884292
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...
Suggested Answer
860417
views
1
reply
How to display Int data in Dataset as String in grid
Hi, I have a column in a datacontext which is an integer( 0,1) While displaying these in the Xamdatagrid, i want to display: 0 as "NO" & 1 as "Yes". Could somebody please guide me thru this?...