RowFilter property to filter rows in my datagrid

K

kumar

Hi Folks,

I am trying to use RowFilter property to filter rows in my datagrid.

Here is the code I am using.

view.RowFilter= "(SalesPerson LIKE 'Geor%' OR SalesPerson IS NULL)" ;
DataGrid1.EditItemIndex = -1; DataGrid1.CurrentPageIndex= 0;
DataGrid1.DataBind(); But it seems to be not working at all.

Do you guys have any idea?

Do I need to change some properties somewhere in datagrid??

I am trying to do same functionality as it below.

<http://www.geocities.com/Jeff_Louie/net_filtering.htm>

Any kind of help is greatly appreciated.

Thanking you

Kumar
 

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

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,053
Latest member
billing-software

Latest Threads

Top