473,385 Members | 1,769 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

searching in a DataGrid

hi!

i need to search in a datagrid after more than one column
any ideas, something already in .NET Framework?

the DataView can only search upon one column only, the primary key column

Thank you,

Daniel
Nov 15 '05 #1
3 4926
"Bamse" <bd******@yahoo.com> schrieb im Newsbeitrag
news:On**************@tk2msftngp13.phx.gbl...
hi!

i need to search in a datagrid after more than one column
any ideas, something already in .NET Framework?

the DataView can only search upon one column only, the primary key column
It's not true, with dataview you can search in all columns, the .Find()
method need a primary key
RowFilter propriety of the DataView support "filter" like sql query:

DataView.RowFilter="(coulum1 like '%red%' and column2>45) or column3 is
null";

Thank you,

Daniel

Nov 15 '05 #2
hi!

using SQL criteria with property of DataView.RorFilter
and fine
-----Original Message-----
hi!

i need to search in a datagrid after more than one column
any ideas, something already in .NET Framework?

the DataView can only search upon one column only, the primary key column
Thank you,

Daniel
.

Nov 15 '05 #3

It's not true, with dataview you can search in all >columns, the .Find()method need a primary key
RowFilter propriety of the DataView support "filter" like >sql query: DataView.RowFilter="(coulum1 like '%red%' and column2>45) >or column3

is null";

after search, i want the pointer to show the first row (even if it may
be more) that matches with the search criteria.

.RowFilter is used or viewing only certain rows

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 15 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Ashish Shridharan | last post by:
Hi All I have been trying to add a control to the header cell of a datagrid on my ASP.NET page. These controls are defined in the HTML as ASP.NET web controls. They are being added into the...
3
by: Bill C. | last post by:
Hello, I know this has been discussed a lot already because I've been searching around for information the last few weeks. I'm trying to implement a DataGridComboBoxColumn class. I've found...
0
by: Angel | last post by:
How can I search a datagrid's rows (for a string) and then display only the rows where the item was found? The datagrid's already filled but I don't know where or how if filled up. Thanks.
1
by: Rick | last post by:
Hello all, I hope all is well with you. I am having a seriously difficult time with this problem. Allow me to set up the problem. I have a System.Web.UI.Page with the following controls...
2
by: CSL | last post by:
I am using the DataGrid in a Windows Application, how can I adjust the widths of each column individually.
7
by: Dave | last post by:
Are there any add-on products or samples available that can do the following in an vb.net datagrid I want to compare 2 rows in a datagrid - one row from one database and another row for another...
7
by: Mrozu | last post by:
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...
2
by: TeboNetso | last post by:
Hi ya'll. Im new to this thing and this is my first question. How do you search for a row in a datagrid using an input box. Basically, my program will ask a person to put in a number that they...
2
by: wietmie | last post by:
Hai, i just wanna ask, is it possible to do a searching result like google using VB6.0, but google are too complicated, what i mean just, user put the searching word in the textbox, then it will...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.