Hi All,
Is there any recommeneded way of doing find for a a particular value in ultrliastview like grid?
Thanks in Advance,
Manikandan
You can iterate the Items collection as you would any other list, and check the Value property of each Item (or SubItem) against the value you are trying to match.
Ok Brian.Thanks.I am trying to see if there is any inbuilt find implemented as i heard something like that is there in the UltraGrid.
Thanks and Regards