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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -