18 January 2026:


This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.



Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.

row count on datagrid view for flex application using sahi_pro

Debakanta sahuDebakanta sahu Members
edited July 2011 in Sahi - Open Source
Hi, I am working on a flex application with sahi_pro.
I want to calculate the total no of rows in a datagrid view control.
I already tried it using below code and some other code also but still i have no luck on it.

$rowCount = 0;
_set($rowCount, _table("_f("AABC").vbox("reviewContainer")").rows.length);
_alert($rowCount);

Comments

Sign In or Register to comment.