4
I own a DataGridView
already with recovered data where user selects an item. But, as the items are numerous, I would like to enable the user to type on the Datagrid while the system "goes" to the entered item.
I don’t know the correct name for this type of facility, but it’s very common in the Widows environment itself. How do I apply this to a DataGridView
?
Thank you.
Like a CTRL F on the page?
– PauloHDSousa
That, but without the
CTRL
+F
.. Hehe– Cassio Milanelo
Where would the person type? in gridview? itself or in a search field outside?
– PauloHDSousa
In the Grid itself..
– Cassio Milanelo