Forum Discussion

mrezahoseini's avatar
mrezahoseini
Contributor
10 years ago
Solved

find a value in cells of datagridview

Hello, I would like to retrieve a value of a cell (Search) in DataGridview I used this manual too : http://support.smartbear.com/viewarticle/63253/   but unfortuantly, when I used the sample code...
  • HKosova's avatar
    HKosova
    10 years ago

    Your grid appears to be based on the standard .NET DataGridView. So you need to add the the grid's class name (Kishware.UI.Windows.Forms.EntityDataGridView) to Tools > Current Project Properties > Object Mapping > Microsoft Controls > WinForms > DataGridView. This will enable advanced recording and playback using the wValue, ClickCell and other properties and methods.

  • mrezahoseini's avatar
    mrezahoseini
    10 years ago

    Thank you very much indeed. my problem is solved.