Searching in DataGrid

  • Thread starter Thread starter Mrozu
  • Start date Start date
M

Mrozu

Hi

I have datagrid, with 2 columns Id and Name. I want, then i insert to
datagrid, to column name "d", datagrid move to record where value of
name is "d_____" , when i insert to name "da", move to record where
name value is "da____" etc. Is it possible?? In many programs i can see
it, but i can't do it in my own:)

thx
 
Mrozu,

There are two kind of datagrid, the change that you get an answer if it is
non knowed which one will be less lower. WindowsForm Datagrid and WebForm
Datagrid.

(In the next version the newer ones have distinct names)

I hope this helps,

Cor
 
sorry but i don't understand you:D:D i have normal WindowsForm DataGrid
and i want doing that what i descriped in my last previous post:) is it
possible?? if yes, how??:>

Mrozu
 
yeah Ken, it works but I want something else. I need, when i write "d",
it will go to record, which column value is start for "d". For example
i write "d" and it go to record wich column value is "darling", I write
"ber" and it go to record which column value is "berlin". Do you
understand about what i'm talking?? in your method i need to write full
value.

Mrozu
 
Hi,

Sorry dataview.find will only find exact matches. It does not
support wildcard searches.

Ken
 
that way of searching is called wildcard?? sorry for my stupid question
but i'm from poland and you know;) hmm so my problem isn't resolved:/

Mrozu
 
Mrozu,

Mostly is for this approach used an autocomplete combobox with which is
internet fulfilled with samples.

Search than on internet by instance in Google with

autocomplete combobox datagrid

I hope this helps,

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Paging Windows Datagrid 3
Best way to show mulitple column data 2
Datagrid Actions 2
Problem in datagrid 1
Datagrid update 3
populating Crystal Reports from DataGrid data 2
Rows in Datagrid 12
Sorting a datagrid 1

Back
Top