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
1210
Styling Data Presenting in Cell
posted

Hi,

 

I'm new with Infragistics xamDataGrid.

I have a cell containing 3 strings separated with spaces between them.

For example a cell value may be: "VALUEA VALUEB VALUEC".

I'd like the data to be displayed in the cell one value below the other - for example ONE  cell would look like this:

---------------------.....

| VALUEA         |.....

| VALUEB         |.....

| VALUEC        |.....

___________......

Is this possible? If i need to hold the data in a specific structure in my object model - that is fine with me as well but just want to know if i can achieve this somehow...

 

Thanx!!

-Gili