Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Is there any way to change the caption in the controls filter bar?

bar caption CONTROL filter
0
Posted

Is there any way to change the caption in the controls filter bar?

0

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.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123