Datagrid

  • Thread starter Thread starter Localbar
  • Start date Start date
L

Localbar

Hi all,

I got a problem in a datagrid. After I get data from database and then
add row in datagrid. I would like the result is like that:

Time Lession
10:00 - 10:45 Yoga
11:00 - 11:45 Boxing



but now the result is:
Time Lession
10:00 - 10:45 Yoga
11:00 - 11:45 Boxing


I try to add chr(13) in data before add row. The result is same. How can do
it?
Anyone can give me some idea..

Thanks
 
Localbar,

There are two DataGrids one is for the Web and one is for Window
applications, if you want a right answer, than I would in your place tell
for what it is.

Cor
 
thx Cor,

my one is window application

Cor Ligthert said:
Localbar,

There are two DataGrids one is for the Web and one is for Window
applications, if you want a right answer, than I would in your place tell
for what it is.

Cor
 
Localbar,

I don't see a difference between your two example. Maybe some formatting
was lost?


Steve
 
sorry may be some mistake...

should be like that...what I want

Time Lession
10:00 - Yoga
10:45

11:00 - Boxing
11:45

thx
 
Localbar,

It looks like you want to split a single 'record' across multiple rows?


Steve
 
Back
Top