TestComplete v10.0.531.7 can't support checkpoint Gridview created by DevExpress v12.1.7
Dear all,
I am using TestComplete v10.0.531.7.
I create check point by using [Create Table CheckPoint] or [HMTL Checkpoint].
TestComplete can't support checkpoint my Gridview.
Please give me some suggestion to resolve this problem.
My Gridview is created by DevExpress v12.1.7as below.
In GridviewSetting.cshtml file:
@Html.DevExpress().GridView(grvSettings =>
{
..........
}
In GUI.cshtml file, displaying gridview by calling GridviewSetting:
<div style="float: left;width: 100%;">
@Html.Partial("GridviewSetting", Model)
</div>
Thanks,
Hien