Dev Express Grid control auto filter customization
How can I customize Dev Express Grid control's (win f开发者_JAVA百科orms) auto filter text.
For example, how can I change "equals" text to "MyEqualsText"
Are you trying to localize the text? If so, this is the official way to do it.
ASPxGridView1.Columns[i].Caption="New Name";
精彩评论