I'am looking for a WinGrid text search example (C#).
I want to add a text search facility to my app.The WinGrid control contains hierarchical data from a XML-file.
How to use the arguments. RowsCollection rows AND UltraGridColumn column
private UltraGridRow SearchCells(string text, RowsCollection rows, UltraGridColumn column, StringComparison compareMethod)
Namespace error fixed. Stupid mistake.
How to use the arguments. (RowsCollection rows and UltraGridColumn column)
Error: The type or namespace name 'UltraGridColumn' could not be found (are you missing a using directive or an assembly reference?)
Wich one ?
Thanks (both) for the examples. I'm going to try.
HOWTO:How can I make UltraWinGrid allow keyboard searching?