Posted 11 July 2024, 12:27 am EST - Updated 11 July 2024, 12:32 am EST
Currently, I am handling data display in a GridView in the following way:
The GridView is populated with data using two methods:
The left part of the GridView is populated using data binding.
The right part of the GridView is populated using a for loop.
I want to hide some rows currently displayed in the GridView based on column data.