SourceGrid Activity
Brought to you by:
davideicardi
I am using source grid in my windows forms application and I want to implement search text functionality in it so that user just type a text and matching entries in grid heighlight. Then I want to iterate through those match entries. Is there simple and way to implement it in source grid. Any example already there that could help? Thank you in advance.
Why if I wrote in my code something like this grid2 = Grid1 grid2(0, 0) = New SourceGrid.Cells.ColumnHeader("Colonna...
Hello, I have been using SourceGrid for a very long time but it's just now that I...