mrezahoseini
10 years agoContributor
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...
- 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.
- 10 years ago
Thank you very much indeed. my problem is solved.