Hi,
I have large data set more than 10000 rows. I was able to bind all the data to the grid in normal mode(not in the virtual mode). I need to select specific rows in the data set according to the boolean field value in the data using checkbox selection mode in the grid. Is there a way to bind that boolean value to the checkbox column without calling selectrow function by looping all the data?
Please see my screenshot. I want to select row based on the value in ‘available’ field and i don’t want to loop the data set again since it take lots of time for processing.
If this is not possible what are the alternative approaches for this problem.
