We would like the abiltiy to type a string into the filter textbox and convert it to a filter (ie. user can type "> 10").. Is there any way to do this?
I think that we are going to use the FilterCellValuePresenterStyle.
Thank you for looking into this.
Adam
Hello,
I have been looking into your requirement and there is no built-in functionality for that. Also since the filter value (in your case “10”) and filter operands (in your case “>”) are set through different options your only options would be to either use and External UI for filtering like in the Feature Browser sample “Custom Filtering via External UI”, or retemplate the FilterCellValuePresenter to your liking.
Please let me know if you require any further clarification on the matter.