Click to See Complete Forum and Search --> : Textbox in Datagrid not Wrapping up


erickwidya
October 19th, 2006, 03:23 AM
as u all see at the attachment..

i'm at editing mode and the text of the textbox si not wrapping up hence it display beyond the Browser width (which i choose 800 x 600)

why this happened?

jasonli
October 19th, 2006, 09:47 AM
Of course text in textbox isn't wrapped up in edit mode. Why don't you try to use TextArea?

erickwidya
October 20th, 2006, 12:11 AM
thx jasonli

Of course text in textbox isn't wrapped up in edit mode -> are u sure? coz i've seen an example that wrapped

TextArea? can u elaborate more?

jasonli
October 20th, 2006, 10:02 AM
Because Textbox is single-line style and TextArea is multi-line style. I meant Textbox and TextArea is HTML Control.

erickwidya
October 20th, 2006, 10:13 PM
textbox can have multiline feature..

the datagrid's column width is just dynamically changed..

erickwidya
October 20th, 2006, 11:56 PM
i guest it need to set up the textbox to be not wider than the datagrid column..so if it reached its width, the text will wrapped it instead of make it wider..

have anyone got a solution for this?is it a bug or not?

confusing..:(