WPF Blog

Stacked Charts In C1Reports

May 8, 2012 in WPF, WinForms by Mohita

The various types of Charts that can be displayed in C1Reports are Bar, Column, Scatter, Line, Area and Pie. But ‘Stacking‘ in bar charts is not yet provided by the… 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: ,

Silent Installation of ComponentOne Installers

May 4, 2012 in ASP.NET, ASP.Net Wijmo, Silverlight, WPF, WinForms, iPhone by richas

Many customers have asked us whether there is any way to silently install C1 installer on a computer. When we normally run C1 installer then it requires local administrator rights… Read the rest Tags:

C1Report : Selecting Fields at Run Time

May 3, 2012 in WPF, WinForms by Mohita

C1Reports has not just made reporting easy but the customizations and features offered by it have also added it in the list of user-friendly controls. Generally, the reports are designed… 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: , ,