Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
560
Alejandro
posted

Environment of Visual basic net 2010

Ultragrideditor

ultragrid.DisplayLayout.Override.FilterUIType = FilterUIType.FilterRow

It allows me to introduce the grid header text to filter by that column.

As what I can make filter type to convert it to uppercase me to always do the search in uppercase ?

 In ultratexteditor control what I do is:

NombreTxb.CharacterCasing = CharacterCasing.Upper

But I can do in ultragrid?

thanks

  • 469350
    Offline posted

    Hi,

    There's is a property on the grid column called Casing, which is essentially the same as the CharacterCasing property on a TextBox control.