c# - Add new item to auto filter operator on xtragrid column -


how can modify default filter operator on devexpress.xtragrid.gridcontrol , add new value there there.

simple want add "greater > 0" numeric value column, keeping there.

check out link, helps. http://documentation.devexpress.com/#windowsforms/customdocument2567

gridview1.activefilterstring = "[yourcolumn] > 0"; 

Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -