WinForms Blog

Multiple Levels of Unbound Hierarchy in Spread

May 14, 2013 in Spread, Uncategorized, WinForms by manpreetkaur

Many a times users want to display related data in grids. The related data basically displays the data relations between different tables in a dataset. Spread lets you display such… Read the rest Tags: , ,

C1FlexGrid ComboBox Editor Using a Custom TypeConverter

May 3, 2013 in WinForms by Reema

TypeConverters are an in-built .NET mechanism for converting objects of one type to another (for instance from an enum value to a string value). This blog explains how one can… Read the rest Tags: , , ,

Import Images from Excel into Spread

May 2, 2013 in Spread, WinForms by manpreetkaur

Spread has several CellTypes that allow you to enter variety of data into the Spread cells including text, numbers, checkboxes, comboboxes and even images. Please refer to the following link… Read the rest Tags: , , , ,

Maintain Row Selection on Sorting C1FlexGrid

April 26, 2013 in General, WinForms by Reeva

Every user has his own unique requirements. Many customers face this situation where they would like to retain the selected row when C1FlexGrid is sorted. When we apply sorting on C1FlexGrid,… Read the rest Tags: , , , , , , , ,

AutoScrolling in C1FlexGrid

April 25, 2013 in WinForms by Mohita

This is yet another utility blog wherein we will discuss a user scenario. C1FlexGrid offers a ScrollBars property that allows the users to display scrollbars if the contents of the… Read the rest Tags: , ,