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

[Solved] Alternative Item background gets cut off

1 Answer 56 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Martin
Top achievements
Rank 1
Martin asked on 22 Jul 2009, 03:49 PM
We having a huge problem. The alternative item background gets cut off. Please look at the image:

http://i839.photobucket.com/albums/zz316/dev2009_2009/grid_alter_item_is_cut_off.jpg

Thanks for your help

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 24 Jul 2009, 11:35 AM
Hello Martin,

The observed RadGrid layout is exhibited in the following case:

1) RadGrid scrolling with static headers is enabled
2) The MasterTableView's TableLayout is Auto and no column widths are set.

In this case the RadGrid's <table> element does not expand to the right edge of the control by design. Here is what you can do:

1) set TableLayout="Fixed" for the MasterTableView. Note that this will make all column widths equal, unless you specify column widths
or
2) set Width="100%" (or any other suitable width) for the MasterTableView
or
3) set appropriate column widths


Regards,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Martin
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or