This is a migrated thread and some comments may be shown as answers.

rad filter alignment

1 Answer 50 Views
Filter
This is a migrated thread and some comments may be shown as answers.
rik butcher
Top achievements
Rank 1
rik butcher asked on 14 Apr 2015, 05:26 PM

hey guys - this is the code on a "stand alone" rad filter. my question is the alignment. how can I can the "apply button" to stay to the left or at least underneath the actual filter. it seems to have a mind of its own and want's to "drift" to the right.

thanks for any info (pic attached)

rik

 

 

<div style="margin: 0 0 14px 0;">
<table style="width: 100%">
<tr>
<td>
<telerik:RadFilter ID="PostResultsRadFilter" runat="server" Skin="WebBlue" ShowApplyButton="true" Width="200px"
OnApplyExpressions="PostResultsRadFilter_Apply" OnPreRender="PostResults_PreRender" ApplyButtonText="Filter Post Results">
<%--OnPreRender="WorkOrdersRadFilter_PreRender" OnFieldEditorCreating="RadFilter_FieldEditorCreating"--%>
<FieldEditors>
<telerik:RadFilterTextFieldEditor FieldName="JOINTNUMBER" DisplayName="Joint#" DataType="System.String" />
<telerik:RadFilterTextFieldEditor FieldName="DEFECTDESCRIPTION" DisplayName="Defect Desc"
DataType="System.String" />
</FieldEditors>
</telerik:RadFilter>
</td></tr></table></div>

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 17 Apr 2015, 09:02 AM
Hello Rik,

Generally, the button should appear on the left side as expected:
http://demos.telerik.com/aspnet-ajax/filter/examples/saveloadexpressions/defaultcs.aspx

Can you please check whether you have some custom CSS or elements in your project which may cause this issue?

Regards,
Eyup
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
Filter
Asked by
rik butcher
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or