or

<telerik:RadGrid ID="RapportGrid" runat="server" CellSpacing="0" GridLines="Horizontal" AllowPaging="True" Height="447px" Culture="nl-NL"> <ClientSettings> <Scrolling AllowScroll="True" UseStaticHeaders="True" /> </ClientSettings> <PagerStyle Mode="NextPrevAndNumeric"></PagerStyle> </telerik:RadGrid>
<telerik:RadGrid ID="Grid" runat="server" Width="100%" AutoGenerateColumns="false"> <HeaderStyle Font-Bold="False" Font-Size="Small" /> <ClientSettings EnableAlternatingItems="false"> <Resizing AllowColumnResize="true" ClipCellContentOnResize="true" ResizeGridOnColumnResize="false" ShowRowIndicatorColumn="false" EnableRealTimeResize="false" AllowResizeToFit="true" /> <Scrolling AllowScroll="true" UseStaticHeaders="true" SaveScrollPosition="false" /> </ClientSettings> <ItemStyle Wrap="false"/> <AlternatingItemStyle Wrap="false" /> <HeaderStyle Wrap="false" /> <MasterTableView TableLayout="Fixed" Width="100%"> </MasterTableView></telerik:RadGrid>Hi,
I have set the (Height,width) as (250px,340px) to the radchart.This radchart is placed inside a <td> of a normal html table. I have never set a div around the radchart. But still its showing a <div> with fixed (H,W) as (300px,400px) as in the attached image. Because of this auto-div and its (H,W) settings, there is a space inside this <td> as shown in the image. Please tell me how can I remove this space and make the chart to fit in the <td> exactly.
Thanks in advance,