Forum
Please
Log In
to post a new message or reply to an existing one. If you are not registered, please
register.
NOTE: Some forums may be read-only if you are not currently subscribed to
our technical support services.
Subject |
Author |
Date |
|
Tom Brophy
|
Sep 30, 2009 - 11:22 AM
|
I need to filter a bound data grid and everything that I have tried is not working. I have a form with a bound data grid connected to a dataset and one of the tables. Also on the form are some drop down controls for the user to select the field to filter, the operation (=) and a place for the text box. So the filter statement might be something like: State=’TX’. However, everything from this point forward isn’t setting or applying the filter correctly. Can someone help please? Thanks, Tom
|
|
Technical Support
|
Oct 1, 2009 - 6:26 AM
|
We cannot see your code but if you want your grid to display data from a database table, you can pull the filtered data from the table and call the grid’s DataBind() each time the filter changes.
|
|