Posts by AbdiasM

Dynamic Conditional Formatting in C1FlexGrid WPF

May 20, 2013 in WPF by AbdiasM

C1FlexGrid is a very flexible tool in terms of data representation. It provides a fantastic utility called CellFactory which can take data representation to a whole new level. This class… Read the rest Tags: , , ,

Printing Specific Pages in C1Report

March 10, 2013 in WinForms by AbdiasM

Sometimes users have a requirement when they would like to print only a range of pages or print specific pages only. Suppose we have a report containing 5 pages and… Read the rest Tags: , , ,

Retain Selection on Sorting, Grouping and Filtering in C1DataGrid

January 11, 2013 in Silverlight by AbdiasM

We're often in a situation where we've selected a row and then as soon as we apply sorting or filtering on the grid, a row with different data gets selected.… Read the rest Tags: , , , ,

Sorting Non-Empty Cells in Silverlight FlexGrid

July 27, 2012 in Silverlight by AbdiasM

Sorting is one of the important features of any grid control and C1FlexGrid for Silverlight also supports this feature. You can easily sort C1FlexGrid in the ascending or descending order… Read the rest Tags: , , , ,

Loading RowDetails On Demand in Silverlight DataGrid

July 20, 2012 in Silverlight by AbdiasM

C1DataGrid has an amazing feature to show details of a row just below it. You can put in your own content using RowDetailsTemplate. In this article, I'll explain how to… Read the rest Tags: , ,