Fix the size, how??

Make the original width and height of cell bigger, because the size become messy due to textbox bigger than your size of cell
 
i know that.
the problem here is how am I going to change the textbox inside the cell.

When you look into the source code, that is not a textbox, that is a bound control.

I really no idea about that. Please help me
 
It is HTML textbox (Input type='text'...)

You want to change the textbox? you mean the size of textbox to fix the size of cell? I don't think you can do that
 
If you want you can use a datalist instead, in a datalist you can format the edit item template as you like.....I'm not sure but I think you can do that in the datagrid
 
We can use stylesheet to adjust the size of textbox, but I not sure whether we can do it in DataGrid, because the textboxes is automatic provide by DataGrid, definitely you can do it using other control or manually build your HTML table to handle it.
 
Ok, I think add a text box manually is the best way for me right now since there is no solution still.
Thanks for help..
and I am still wanting any helps which are available.
Datagrid is a very good tool, hope that I could utilise it.
 
Back
Top