How to change the text in cell to upper case ?

How to change the text in a cell in grididataboundgrid into upper case ?

1 Reply

AD Administrator Syncfusion Team January 24, 2005 07:24 PM UTC

If you set the style.CellType = "OriginalTextBox" for these cells, then you can also set style.CharacterCasing = CharacterCasing.Upper. But in a GridDataBoundGrid, you cannot ''set'' style properties on a cell by cell basis. (You can set them on a column by column basis). See these KB''s for more information on setting style properties in a GridDataBoundGrid. http://64.78.18.34/Support/article.aspx?id=562 http://64.78.18.34/Support/article.aspx?id=10351

Loader.
Up arrow icon