We have a slider with a colspan specification. If we make the width="100%", it only makes it as wide as the first column. If we do a width="400px", we run into problems with column widths as we don't know how wide the four columns will be.
I expect the "100%" to make it as wide as the four columns. How can we make it 100% or is a code fix needed as to me, it appears to be a bug in the control. Here is the code snippet:
I expect the "100%" to make it as wide as the four columns. How can we make it 100% or is a code fix needed as to me, it appears to be a bug in the control. Here is the code snippet:
<tr> <td>Off</td> <td colspan="4"> <telerik:RadSlider ID="RunAssetRS" runat="server" width="100%" OnClientValueChanged="RunAssetRS_OnValueChanged" OnClientLoad="RunAssetRS_OnValueChanged" ShowDecreaseHandle="false" ShowIncreaseHandle="false" ></telerik:RadSlider> </td> <td>990</td></tr>