in the rowdatabound gridview event, you can check the number of cell values ββfor a digit, and if this value is greater than 1, you can add an html tag <br />between them.
but this will not cause the numbers to be displayed on another line, it will still be the same line, just more (because it will be, for example, 3 lines if the value is 111)
source
share