paul_igoe
12 years agoContributor
Error "grid view type is not currently supported" for Developer Express XtraGrid, DblClickCell
Hi,
I am using TestComplete 9.30 with Dev Express 2012.2.10.
We have a custom control "net.axisdata.Presentation.Core.AxGridView" for Developer Express XtraGrid. I configured this as described in http://support.smartbear.com/viewarticle/29210/
A call to method DblClickCell on this object returns error :
"The grid view type 'net.axisdata.Presentation.Core.AxGridView' is not currently supported. "
I see from http://support.smartbear.com/viewarticle/30420/ that the latest supported version is 2012.2.8. Is this likely the reason I get this error, or is it possible I am missing some configuration?
Is there any other way I can be sure to click on the correct grid cell? Recording gives me DblClick() on the grid object by coordinates (maybe not reliable?)
Thanks in advance.
Paul
I am using TestComplete 9.30 with Dev Express 2012.2.10.
We have a custom control "net.axisdata.Presentation.Core.AxGridView" for Developer Express XtraGrid. I configured this as described in http://support.smartbear.com/viewarticle/29210/
A call to method DblClickCell on this object returns error :
"The grid view type 'net.axisdata.Presentation.Core.AxGridView' is not currently supported. "
I see from http://support.smartbear.com/viewarticle/30420/ that the latest supported version is 2012.2.8. Is this likely the reason I get this error, or is it possible I am missing some configuration?
Is there any other way I can be sure to click on the correct grid cell? Recording gives me DblClick() on the grid object by coordinates (maybe not reliable?)
Thanks in advance.
Paul
Hi Paul,
As far as I understand, the control used in your tested app is inherited from the Dev Express XtraGrid control, right? In this case, you need to specify the class name of your control (the value of the ClrClassName property) in the Object Mapping editor. It looks like net.axisdata.Presentation.Core.AxGridView is the name of the view, not the class name of the control.