kcsahu777
13 years agoContributor
Got error using clickcell() for grid cell
Our application is .Net application.
I want to select a particular cell of a Grid Control to make status change by using some key action(Ctrl+d) for that cell.
The Grid's ClrFullClassName is "DevExpress.XtraGrid.GridControl"
I tried below code
I want to select a particular cell of a Grid Control to make status change by using some key action(Ctrl+d) for that cell.
The Grid's ClrFullClassName is "DevExpress.XtraGrid.GridControl"
I tried below code
GridCtrl_mapped_name.ClickCell(1,"Product")
Got Below Error
The Grid view type 'DevExpress.CompositeUI.CustomBandedView' is not currently supported.
Hi,
To solve the problem, try following the steps below:
1. Open the Object Mapping Options dialog.
2. In the Developer Express Controls | XtraGrid | GridView group, specify the control's view type (DevExpress.CompositeUI.CustomBandedView).Then try using the ClickCell method again.