On 9/6/2019 7:33 AM, Vic wrote: > Hi, everybody ! > > I do filter rowset (depending on user's wish) through rowset.canGetRow > function. rowset is well updated in grid. Still rowset.count() return the same > number of rows. doesn't it respect filtering or my code is wrong ? : >
No, it doesn't. The count() method returns the full number or rows in
the table every time. Try using rowset.rowCount() instead.