xamdatagrid
XamDataGrid Field value as gradient Background
I have Infragistics XamDataGrid and in it, there are few columns which show data in percentage. Now I want these columns to show the value as percentage and Background as a 2-color gradient, in which[详细]
2023-03-09 08:16 分类:问答Find DataRecord from DataItem for Infragistics DataPresenter
I\'m trying to retrieve the DataRecord associated with a given data item bound to my XamDataGrid. Is there any way to find the DataRecord other than enumerating through all the 开发者_运维百科DataReco[详细]
2023-03-02 23:01 分类:问答Infragistics XamDataGrid with variable number of columns
I need to be able to support a XamDataGrid which at design time will not have a set number of columns.For example, the app will run, get some d开发者_StackOverflowata from the server and create some o[详细]
2023-03-01 03:46 分类:问答xamDataGrid - indenting nested levels
I h开发者_开发问答ave a xamDataGrid with two levels of data. (see other question on SO). There is very little visually that shows where one level of data starts and a seconds begins. Take a look at t[详细]
2023-02-21 02:22 分类:问答How can I call IValueConverter by user request? [XamDataGrid record index]
I want to add record index like MS Excel in my XamDataGrid control. I use for this trick with IValueConverter. I define some template for displaying record indexes width this XAML-code:[详细]
2023-02-20 04:33 分类:问答XamDataGrid Hierarchical Structure with same Datatype
I\'m new in the XamDataGrid-Topic. Currently I\'m playing around with the XamDataGrid to find out what functionality is offered.[详细]
2023-02-18 23:29 分类:问答WPF XamDataGrid: What events fire when a user has moved or resized a column
WPF XamDataGrid: What events fire when a user has moved or resized a column? I would like to know if the user has done either of these things so that I can save details of the开发者_StackOverflow col[详细]
2023-02-04 13:38 分类:问答How can I restore the changed value of an ObservableCollection?
I have an ObservableCollection<T> of a class. class person { string name; string age; } I also have one List<T>. I\'m getting data fr开发者_StackOverflow中文版om XML tags populating in[详细]
2023-01-31 01:09 分类:问答setting Column width of XamDataGrid in XAML
I want to set the Column width of XamDataGrid in XAML. There is no Width Property available like <ip:Field Label=\"Name\" ........... Width=\"60\"/>[详细]
2023-01-23 11:15 分类:问答ObjectDataProvider in MVVM not necessary?
I have created a simple MVVM, with only three classes CashFlowView, CashFlowViewModel, CashFlowModel.[详细]
2023-01-05 02:07 分类:问答
加载中,请稍侯......