我有一个 RadGrid,但它跨越了整个页面的宽度,如果需要,我如何控制它并在单元格中设置宽度和 mae 内容?我找不到任何对我有帮助的东西。我尝试了 MasterTableView-TableLayout="fix" 但单元格中的任何内容都被切断了。任何帮助将非常感激:
<RadGrid:CustomRadGrid ID="DetailsGrid" runat="server" AutoGenerateColumns="False"
ShowFooter="True" OnNeedDataSource="DetailsGrid_NeedDataSource" OnItemDataBound="DetailsGrid_ItemDataBound"
OnItemCreated="DetailsGrid_ItemCreated"
OnItemCommand="DetailsGrid_ItemCommand"
GridLines="None" AllowFilteringByColumn="True"
AllowPaging="True"
AllowSorting="True"
AllowMultiRowSelection="true">
这是一个自定义网格