Forum Discussion

kcsahu777's avatar
kcsahu777
Contributor
13 years ago
Solved

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 ClrFullClassNam...
  • Abramova's avatar
    13 years ago

    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.