David91
7 years agoFrequent Contributor
UltraGrid - get DATA only visible row
Hi
i need filtering only visible row on screen in UltraGrid with Javascript.
UltraGrid has total 33 row but visible is only 5. I get only visible row with this code..
m_ultraGrid.Rows.VisibleRowCount;
I need to go through only these five visible lines and compare them to the string..
How do I go through (cycle for??) the values of these visible rows? Thank you your advice!