bangkokbill
Programmer
Is it possible to select a gridview row by value instead of setting selectedindex? I know selectedvalue is readonly, but maybe there's another way aside from iterating through all the rows and checking keys
The reason i need to select value instead of index is that after updating record its index in the grid could easily change depending on the sort expression and the newly updated values.
The reason i need to select value instead of index is that after updating record its index in the grid could easily change depending on the sort expression and the newly updated values.