Selection behavior on XamTilesControl with Attached properties John Doe / Tue, Sep 7, 2010 XamTilesControl is a derived ItemsControl and does not support selection. If you want to have the notion of selected item(s) you can achieve this by using attached properties. Creating attached properties...
Setting the FieldSettings and FieldLayoutSettings of XamDataGrid John Doe / Fri, Aug 27, 2010 Global settings VS Local Settings A complete sample project you may find here :
How To: Export images from the XamDataGrid to Excel Worksheet John Doe / Wed, Jul 28, 2010 The DataPresenterExcelExporter component is used to export the values of the cells into an Excel document. If you have an Image column in your XamDataGrid, the path of the Image will be exported rather...
HowTo : Common headers in the XamDataGrid John Doe / Wed, Jun 2, 2010 1. Set the AutoGenerateFields and AutoArrangeCells properties of the FieldLayoutSettings to respectively False and Never: <igDP:XamDataGrid.FieldLayoutSettings> <igDP:FieldLayoutSettings AutoGenerateFields...
Visual Studio code snippets for creating fast and easy data sources John Doe / Mon, May 31, 2010 If you have to reuse the same code over and over again in different projects, the Visual Studio provides a nice feature for this - "IntelliSense Code Snippets". For example, as you all know, you...
Displaying Selection Count by Implementing Custom Summary Calculators John Doe / Thu, Apr 29, 2010 The XamDataGrid has five built-in summary calculators – Sum, Average, Maximum, Minimum and Count. You can implement additional custom summary calculators by inheriting the abstract SummaryCalculator...
Tetris Mode John Doe / Mon, Apr 12, 2010 The XamDataGrid is a great control that has all the most daily used functionalities like Sorting, Grouping, Filtering, Data Value History, etc. It gives you full control over conditional formatting...
Josh Smith's ListViewDragDropManager for XamDataGrid John Doe / Tue, Mar 23, 2010 I am not going to invent the wheel. Josh Smith already did . I am just going to make it fit another car - the XamDataGrid. As Josh says, the code is fairly complex to be explained (It just works) so...
Commit changes when the value of editor changes John Doe / Fri, Mar 12, 2010 All of the ValueEditors that are used inside or outside the XamDataGrid by default have two modes - in EditMode and out of EditMode. The values are not committed until the value editor has ended its edit...
Setting GroupByRecordPresenter's Background John Doe / Tue, Feb 9, 2010 Why is not the background of the GroupByRecordPresenter now changing when I set its Background property? This is because the Background of the Record Content Site (where the description is) of the...