Is there any way to change the caption in the controls filter bar?
The following sample displays a new caption in the control’s filter bar when user changes the filter. Private Sub Grid1_FilterChange() With Grid1 .FilterBarCaption = “Click the left button to remove the current filter.” End With End Sub If you need to change the function names like IsBlank, not IsBlank used by the default filter bar caption, you have to use the Description property like follows: Grid1.