UXGridView Filtering Question

4 replies. Last post: June 7, 2011 11:46 PM by bap
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
bap Member

I need to filter the GridView by adding a custom filter to a last name column....where the filter operator = "StartsWith".  The filter editor must allow the user to enter 1 or more letters of the last name.  Here's how i see the filter working:

  1. the user clicks on the filter icon on the Last Name column.
  2. a custom filter editor is displayed with a textbox.
  3. the user enters 1 or more letters in a text box and click apply
  4. the FilterDescripter on the QueryDescripter is updated and the QueryChanged event is called.

Currently, all your examples show filtering by picking values from a checkbox in a list. 

Can this be done?  If so, can you direct me to some sample code?  Thanks!

All times are GMT -5. The time now is 10:34 PM.
Previous Next