Controls to Images behind the scene [Infragistics] Petar Monov / Mon, Feb 25, 2013 Hi, Here is the sample project upfront as you would prefer. It uses an Infragistics NetAdvantage for WPF 2012 volume 2 control, however the approach should work for all controls. This is a follow...
XamDataGrid SelectedItems for MVVM [Infragistics] Petar Monov / Mon, Feb 18, 2013 This is a simple approach ( Grid_Binding_SelectedItems.zip ) on how to add a bindable property to your XamDataGrid that can be used to control the SelectedItems from your view model. In the sample...
Controls to images [Infragistics] Petar Monov / Wed, Mar 14, 2012 Hello all, Recently there has been a great demand for the XamDataCharts to be exported outside their respectful applications as images. Usually WPF provides the functionality that is needed to extract...
XamDataChart with dashed lines [Infragistics] Petar Monov / Wed, May 25, 2011 This seems to be an often asked question, so I have created a sample project that shows how you can make your SplineSeries along with its Legend item dashed (DataChart_dashed_line.zip). Hope you find...
Drawing inside Scatter DataChart [Infragistics] Petar Monov / Wed, May 18, 2011 There has been lots of questions on how to draw different objects inside our charts and almost each and every one has a requirement on how this should be done on specific axes coordinates. That is why...
How to programmatically clear the XamGrid filters? [Infragistics] Petar Monov / Fri, May 13, 2011 In order to remove the filtering, the XamGrid exposes FilteringSettings.RowFiltersCollection.Clear(), but this only removes the filtering of the first level of data and also the text in the Filter cells...
How to define FieldLayouts (How FieldLyouts are mapped)? [Infragistics] Petar Monov / Fri, May 13, 2011 When it comes to defining the display of data in the XamDataGrid, the first place to go to is the documentation: http://help.infragistics.com/Doc/WPF/2012.2/CLR4.0/?page=xamDataGrid_Defining_Layouts.html...