AD
Administrator
Syncfusion Team
August 26, 2003 03:58 PM UTC
Is gridAttributes a GridControl or a GridDataBoundGrid? If it is a GridDataBoundGrid, then you cannot use indexers ( this.gridAttributes[gridrow,2].CellType) to set cell properties other than Text or CellValue.
Are things working OK without the GridFilterBar?
I would probably try wiring things in CurrentCellShowingDropDown. Can you post the code you were trying to use? If the colindex was out of range, what value did it have? Were you getting it from grid.CurrentCell.ColIndex?