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
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
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
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
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:
I\'m new in the XamDataGrid-Topic. Currently I\'m playing around with the XamDataGrid to find out what functionality is offered.
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
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
I want to set the Column width of XamDataGrid in XAML. There is no Width Property available like <ip:Field Label=\"Name\" ........... Width=\"60\"/>
I have created a simple MVVM, with only three classes CashFlowView, CashFlowViewModel, CashFlowModel.