This is a migrated thread and some comments may be shown as answers.

very strange problem with mastertableview

1 Answer 50 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ericc34
Top achievements
Rank 1
ericc34 asked on 04 Jul 2008, 12:58 PM
I have a grid in which i generate 10 columns dynamically. All columns width is greater than grid width and I have an horizontal scrollbar. If I scroll at right of my grid I miss one column. If I click add new record and pass in edit mode (edit in place), I don't see missing column but with TAB i can set cursor in that field. If I insert my data, now I see my last column.

Do you know why ?

I don't set mastertableview width and I also try to set it at 100% but I have the same result

Thanks

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 07 Jul 2008, 11:46 AM
Hi,

Try setting the TableLayout to Fixed and see whether it is comming correctly.

ASPX:
<MasterTableView TableLayout="Fixed" > 


Thanks
Princy.
Tags
Grid
Asked by
ericc34
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or