How I can run any query, and to marker the first line that I found in Datagrid?
I work on Windows Mobile, .NET FrameWork 3.5.
How I can run any query, and to marker the first line that I found in Datagrid?
I work on Windows Mobile, .NET FrameWork 3.5.
For #1, take a look at Ilya Tumanov's example of custom formatting data in the DataGrid. He does custom painting of cells in it, which is how you would achieve highlighting.