|
-
Jul 7th, 2008, 05:12 PM
#2
Re: [2008] DataGridView - is this feasible?
Must the user enter the filterable conditions in the DataGridView? I think it would be easier to use TextBoxes that are external to your DataGridView, bind your data to a BindingSource and use the BindingSource's Filter Property.
http://msdn.microsoft.com/en-us/libr...ce.filter.aspx
http://www.c-sharpcorner.com/UploadF...74917PM/1.aspx (in C#)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|