Welcome Guest Search | Active Topics | Sign In | Register

TextBoxColumn in Grid Control formatting Options
meistvan
Posted: Wednesday, November 21, 2012 5:23:09 PM
Rank: Member
Groups: Member

Joined: 7/29/2011
Posts: 14
I was wondering if I define a TBC in the eo:Grid to accept a multi-line database field (varchar(100)), can it 'show' as a true textbox filed in the grid row?

I've done this before in asp:gridview control when I have a description field that is 40+ characters in length.

Is it possible with this field definition, or should I use the customfield instead?

Thanks
eo_support
Posted: Thursday, November 22, 2012 4:41:09 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,195
Hi,

You can set the TextBoxColumn's TextBoxMode to MultiLine. That will display the text in multi-line when the cell is in edit mode. However it will not display as multi-line when the cell is not in edit mode. If you wish to change that, you will need to use CustomColumn.

Thanks!
meistvan
Posted: Thursday, November 22, 2012 5:10:44 PM
Rank: Member
Groups: Member

Joined: 7/29/2011
Posts: 14
Thanks.

That's what I thought I'd have to do


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.