Hi Bruno,
Thanks for the answer to my email and it works well, but I got another question.
I want to get the "rowcount" after the narrowdown, so my grid is "filtered" and I want to have the "rowcount". Is there any way to get this information ?
I already try "grid.RowCount", "grid.TotalRowCount", grid.AllRowCount". But none of this give me the right information.
Example: my grid got 3000 records, so the "rowcount" is ok. If I "narrowdown" and then there's only 150 records visible in my grid, the "rowcount" don't give me the right information.
Thanks for your help