Hi
I have the problem in IE to display the RadGrid..
I have placed the below code to fit the slider control in radgrid. But once i enabled the scrollbar freezing . I could not get the right dispaly for my slider control while it is loading. But once i change the value of slider, automattically fit accoardingly what i meant to occupy.Plz help me for this problem as soon as poosible.
Note: The slider fits in Firefox but not in IE
my style code are given below for ur reference..
<telerik:GridBoundColumn HeaderStyle-Width="250px" ItemStyle-Width="500px" SortExpression="Quantity"
Aggregate="Sum" FooterText="Quantity :" ItemStyle-HorizontalAlign="left" FooterStyle-HorizontalAlign="Center"
HeaderText="Quantity" DataField="Quantity" UniqueName="Quantity">
<FilterTemplate>
<table border="0">
<tr>
<td style="border-width: 0px;">
<asp:Label ID="MinLabel" runat="server" Text="$0"></asp:Label>
</td>
<td style="border-width: 0px;">
<telerik:RadSlider runat="server" ID="RadSlider1" IsSelectionRangeEnabled="true"
SmallChange="5" Style="float:none;display:table-row" ShowDecreaseHandle="false" ShowIncreaseHandle="false" Width="135px"
OnClientSlideStart="ClientSlideStart" />
<div style="clear: both">
<asp:Literal ID="Literal1" runat="server" Text='<%# "Range: $" + StartSlider + " - $" + EndSlider %>' />
</div>
</td>
<td style="border-width: 0px;">
<asp:Label ID="MaxLabel" runat="server" Text="$25"></asp:Label>
</td>
</tr>
</table>
</FilterTemplate>
</telerik:GridBoundColumn>
<telerik:GridBoundColumn SortExpression="SourceFile" AllowFiltering="false" HeaderText="SourceFile"
DataField="SourceFile">
</telerik:GridBoundColumn>
I have the problem in IE to display the RadGrid..
I have placed the below code to fit the slider control in radgrid. But once i enabled the scrollbar freezing . I could not get the right dispaly for my slider control while it is loading. But once i change the value of slider, automattically fit accoardingly what i meant to occupy.Plz help me for this problem as soon as poosible.
Note: The slider fits in Firefox but not in IE
my style code are given below for ur reference..
<telerik:GridBoundColumn HeaderStyle-Width="250px" ItemStyle-Width="500px" SortExpression="Quantity"
Aggregate="Sum" FooterText="Quantity :" ItemStyle-HorizontalAlign="left" FooterStyle-HorizontalAlign="Center"
HeaderText="Quantity" DataField="Quantity" UniqueName="Quantity">
<FilterTemplate>
<table border="0">
<tr>
<td style="border-width: 0px;">
<asp:Label ID="MinLabel" runat="server" Text="$0"></asp:Label>
</td>
<td style="border-width: 0px;">
<telerik:RadSlider runat="server" ID="RadSlider1" IsSelectionRangeEnabled="true"
SmallChange="5" Style="float:none;display:table-row" ShowDecreaseHandle="false" ShowIncreaseHandle="false" Width="135px"
OnClientSlideStart="ClientSlideStart" />
<div style="clear: both">
<asp:Literal ID="Literal1" runat="server" Text='<%# "Range: $" + StartSlider + " - $" + EndSlider %>' />
</div>
</td>
<td style="border-width: 0px;">
<asp:Label ID="MaxLabel" runat="server" Text="$25"></asp:Label>
</td>
</tr>
</table>
</FilterTemplate>
</telerik:GridBoundColumn>
<telerik:GridBoundColumn SortExpression="SourceFile" AllowFiltering="false" HeaderText="SourceFile"
DataField="SourceFile">
</telerik:GridBoundColumn>
