Rajesh Karunakaran
Programmer
Hi all,
I have a grid and a cursor having the data to show in it. There is one column which I need to show in multiple lines.
I was wondering is there a straight method to show multiple lines in a grid column. I don't mind what control should be there in the column. At least for now, the purpose is only to view.
Even though doubtful, I just tried inserting a CHR(13)+CHR(10) to break the lines in that particular column data in the cursor.
So, the cursor column has value as "Rajesh" + CHR(13)+CHR(10) + "Registration Renewal" + CHR(13)+CHR(10) + "08:00 AM"
But it doesn't work or rather it won't I think as the grid column control is a TextBox. Then, I expected that an edit box should do this. So, I removed the TextBox and put a EditBox as the control. But, that also doesn't seem to work.
If anyone's thoughts catching up any quick ideas, can you please share?!
Thanks in advance,
Rajesh
I have a grid and a cursor having the data to show in it. There is one column which I need to show in multiple lines.
I was wondering is there a straight method to show multiple lines in a grid column. I don't mind what control should be there in the column. At least for now, the purpose is only to view.
Even though doubtful, I just tried inserting a CHR(13)+CHR(10) to break the lines in that particular column data in the cursor.
So, the cursor column has value as "Rajesh" + CHR(13)+CHR(10) + "Registration Renewal" + CHR(13)+CHR(10) + "08:00 AM"
But it doesn't work or rather it won't I think as the grid column control is a TextBox. Then, I expected that an edit box should do this. So, I removed the TextBox and put a EditBox as the control. But, that also doesn't seem to work.
If anyone's thoughts catching up any quick ideas, can you please share?!
Thanks in advance,
Rajesh