The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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
ADAdministrator 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.