Posts by Anupam_P

Sort CellRange in C1Flexgrid for Winforms

May 9, 2012 in WinForms by Anupam_P

There are occasions when users need to implement sort on a selected range of cells, and not the entire C1Flexgrid. There’s no direct method to implement this. Here we will  discuss… Read the rest Tags: , , ,

Resize Custom Editors in C1TrueDbgrid using C1SizerLight

April 27, 2012 in WinForms by Anupam_P

ComponentOne TrueDbGrid provides support for setting dropdown editors for columns. You can set a MS-Combo, Checkboxes or C1TrueDbDropDown as column editors. These have been provided for the ease of data… Read the rest Tags: , , , , , , ,

Different Scrolling Implementations in C1TrueDbGrid

March 29, 2012 in WinForms by Anupam_P

Many times it is required in the application/control to detect Start and End of Scroll to get certain behaviour with respect to scrolling. This blog explains how to implement the… Read the rest Tags: , , , ,

Adding Checkbox to Boolean Column Header in SL FlexGrid

March 7, 2012 in Silverlight by Anupam_P

There are users who may require checkbox in a boolean Column's header of SL Flexgrid. This checkbox should have the basic implementations involved: All in-cell checkboxes should get checked when… Read the rest Tags: , , , ,

Setting BackGround & ForeGround of WPF FlexGrid rows with CellTemplate

February 15, 2012 in Silverlight, WPF by Anupam_P

Usage of a TextBlock is quite common in CellTemplates of  Columns in a C1Flexgrid for WPF.  There might a requirement of changing BackGround/ForeGround of C1FlexGrid rows on some event, say MouseHover. In this… Read the rest Tags: , , , , , ,