Hi all ;
sorry if this question already answerd but i can't find it .
my case is like this :
I have a grid and have multipe data and the columens creatd at run time and it have a key column called TikID , a multiple changes happend withn a min for a spcifice row that i dont know where its , so i have to search for this tikID , what is the best approach to find the index of this value on this spcific column
with manay thanks .
actually i was doing this approch from a while , and i was thinking that there are abtter way to fin a row key from its value for internal function of grid , thanks alot
Hello esam_rabba,
I wanted to know if you were able to solve your issue based on these suggestions or you still need help. Please let me know.
Hi,
If you want to find a row with a particular cell value, then the only way to do that is to loop through the grid's Rows collection and examine the value of the cell you want. The grid has no other built-in search functionality.