Posts by C1_UpkarS

Save State with C1FlexGrid for Silverlight

May 11, 2012 in Silverlight by C1_UpkarS

We can easily save the current state of the C1DataGrid. Greg’s post here discusses the implementation in detail. In this post, we will see how we can… Read the rest Tags: ,

ColumnPicker in C1DataGrid

May 4, 2012 in Silverlight, WPF by C1_UpkarS

The ColumnPicker functionality is helpful in toggling the visibility of columns at runtime. This blog gives a very simple code to add this in C1DataGrid. Below is the simple code… Read the rest Tags: ,

Validation using IDataErroInfo in WPF C1DataGrid

April 27, 2012 in WPF by C1_UpkarS

IDataErrorInfo interface provides ability to validate data and provides necessary error information that a user interface can bind to. Lets see how we can use the IDataErrorInfo and validate data… Read the rest Tags: , ,

Rotate Pages in C1PdfViewer

April 5, 2012 in Silverlight, WPF by C1_UpkarS

Some of the PDF viewers provide ability to rotate the pages and change the orientation. The functionality is easy to achieve with C1PdfViewer too. You just have to change the… Read the rest Tags:

Displaying Connecting Lines in TreeView (SL & WPF)

March 2, 2012 in Silverlight, WPF by C1_UpkarS

The ability to show connecting lines between parent-child node is pretty useful and definitely gives a better representation in case of large data. TreeView controls over some platforms  have ShowLines property… Read the rest Tags: , , ,