AD
Administrator
Syncfusion Team
January 31, 2005 06:37 AM UTC
The fastest way to do it would be to find the value directly in the datasource (skipping the grid entirely). The reason is that if you use teh grid to look for teh value, the grid has to retrieve it from your datasource. Doing all teh work in the datasource cuts out all this look it work (and teh associated events) in the grid.
That said the grid does support a Find/Replace functionality. Here are a couple of forum threads on Find. The first has a minimal sample using the grid''''s default Find/Replace support. The second has a from-scratch Find implemenation.
http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=14572
http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=8286