Hi All,
Have a RadGrid with AutoGenerateColumns="true" and EditMode ="InPlace".
Not able to view the last column fully. have attached the screen shot.
The Last column is "Shopping Mall" but it displays as Shop only.
Have even given the MasterTableView Width="95%".
Is there any option to rectify this.
-Anto
Have a RadGrid with AutoGenerateColumns="true" and EditMode ="InPlace".
Not able to view the last column fully. have attached the screen shot.
The Last column is "Shopping Mall" but it displays as Shop only.
<telerik:RadGrid ID="RadGridSingleClick" runat="server" Skin="Vista" AutoGenerateColumns="true" OnNeedDataSource="RadGridSingleClick_NeedDataSource" OnPreRender="RadGridSingleClick_PreRender" OnUpdateCommand="RadGridSingleClick_UpdateCommand" OnColumnCreated="RadGridSingleClick_ColumnCreated" Height="250px" Width="1100px"> <%--OnItemDataBound="RadGridText_ItemDataBound" --%> <MasterTableView HeaderStyle-CssClass="disable-highlight" Width="95%" HeaderStyle-HorizontalAlign="Center" HeaderStyle-Wrap="true" DataKeyNames="MKTID" HeaderStyle-Width="100px" ItemStyle-Width="100px" EditMode="InPlace"> <Columns> <telerik:GridEditCommandColumn ButtonType="ImageButton" ItemStyle-Width="60px" HeaderStyle-Width="60px"> </telerik:GridEditCommandColumn> </Columns> </MasterTableView> <ClientSettings Scrolling-AllowScroll="true" Resizing-AllowColumnResize="true" Scrolling-SaveScrollPosition="true" Scrolling-FrozenColumnsCount="2" Scrolling-UseStaticHeaders="true"> <Selecting AllowRowSelect="true" /> <ClientEvents OnRowClick="RadGridSingleRowClick" /> <Scrolling AllowScroll="true" UseStaticHeaders="true" /> </ClientSettings> </telerik:RadGrid>Have even given the MasterTableView Width="95%".
Is there any option to rectify this.
-Anto