We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Searching for Values Within The GridControl

Is there a way to search for a particular value in the GridControl without iterating through the entire grid or creating a search function? For instance with arraylists you can do arraylist.IndexOf("A1"). Just wondering if there is. Any possible solutions to this problem would be greatly appreciated. Thanks, Adrian

1 Reply

AD Administrator Syncfusion Team February 23, 2005 06:08 PM UTC

Here is a forum thread on this. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=19862 It discusses a GridDataBoundGrid, but the GridFindReplaceDialogSink technique works in a GridControl as well as can be seen in the grid\samples\quick start\gridpad sample which has a Find/Replace menu item in it.

Loader.
Up arrow icon