|
-
Aug 8th, 2008, 06:57 AM
#1
Thread Starter
Addicted Member
DataGridView
Hello,
How can I show a memo field in a datagridview? meaning that I need to show all the data in the memo field.
Thank you
Hiba
-
Aug 8th, 2008, 07:00 AM
#2
Re: DataGridView
Isnt a memo field just the same as a text field but with a larger character limit? If so then just the default textbox type of cell in a DataGridView will be able to display it. Have you actually tried to display it at all yet?
-
Aug 8th, 2008, 07:10 AM
#3
Re: DataGridView
I don't think it's a good idea to display a Memo field in DatagridView. It would be better if you display a button or something in the Memo field column which when clicked should display the actual Memo field data at a different place (could be a new form or anything, it's up to you).
-
Aug 8th, 2008, 07:10 AM
#4
Thread Starter
Addicted Member
Re: DataGridView
Hello,
I know so, but i need a way to show all the data without the need to enlage the text field.
thx
Hiba
-
Aug 8th, 2008, 07:25 AM
#5
Re: DataGridView
Well then either do what Deepak said and have a button in your cell or set the column to automatically expand to fit all data in it (but then it could get incredibly wide if its a long string...).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|