Tuesday, September 12, 2006

Xceed Grid 3.1 very cool data grid component

Recently in our project we have started to use xceed grid 3.1. Well xceed is very smart to introduced few new features.
Two most interesting features that impressed me is xceed grid report features. and its fixed column feature. this two feature is badly needed in our project . thanks to xceed that the reporting now easy like ice-cream.
let me give you an example how easy its is to create a report from a grid.

using( GenerateReportForm generateReportForm = new GenerateReportForm( this.gridControl1 ) ) 
{
enerateReportForm.ShowDialog( this );
}



Very easy . and the fixed column feature is more easy all you have to do is to set a property of the column. that the property is "isFixed"

No comments:

Post a Comment