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
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.