Is there any way to get the filtered rows from a开发者_JAVA技巧 gridview control?
Best regards,
You mean, you have a gridview with filtering enabled, and you filtered the data and now you want to get the rows, that are currently displayed?
You could iterate over the Rows-Collection of the GridView - this should contain all visible rows.
精彩评论