| View previous topic :: View next topic |
| Author |
Message |
JJohnson Novice
Joined: 29 Feb 2012 Posts: 1
|
Posted: Wed Feb 29, 2012 12:51 pm Post subject: QueryPanel Textbox Position Incorrectly |
|
|
Hi,
I have came across an issue which I do not know how to solve and I need your help. It seems as though when I go into the website and press the Query Builder popup date picker and calender are positioned half way down the page.
This is the code we used to create the QueryPanel textbox:
<div class="accordionTitle">Query Builder</div><img id="imgExpandQB" runat="server" class="sectionCollapseImg" src="~/Images/expand_blue.jpg" alt="Show Details..." style="float:right; margin:0px 0px 0px 5px;" />
</Header>
<Content>
<div style="height:600px;">
<asp:UpdatePanel ID="upAdvQuery" runat="server">
<ContentTemplate>
<div style="padding:5px;">
<asp anel ID="pnlQueryByExample" runat="server" GroupingText="Query Builder" CssClass="fieldLabel" EnableViewState="false">
<div style="padding:5px;">
<keqwc:QueryPanel Font-Bold="false" ID="qpan1" runat="server" Height="300" Width="690" BorderWidth="1px" ScrollBars="Auto" Appearance-ScriptMenuStyle-BackColorOver="#FFFFFF" Appearance-ScriptMenuStyle-BackColor="#b1c6e4" UseListCache="True">
</keqwc:QueryPanel>
</div>
</asp anel>
<br />
<asp anel ID="pnlQueryDescription" runat="server" GroupingText="Query Description" CssClass="fieldLabel" EnableViewState="false">
<div id="divQueryDescription" runat="server" style="font-weight: normal; padding:5px; height:200px; width:687px; overflow croll;">
</div>
</asp anel>
</div>
But if I go into the Css Common file that we use and delete the positioning in the accordionContent it seems to look better. I will add a screenshot of the problem.
Thanks for the help
Javae |
|
| Back to top |
|
 |
RayPooley Novice
Joined: 12 Mar 2013 Posts: 5
|
Posted: Tue Mar 12, 2013 4:15 pm Post subject: Re: QueryPanel Textbox Position Incorrectly |
|
|
| JJohnson wrote: | Hi,
I have came across an issue which I do not know how to solve and I need your help. It seems as though when I go into the website and press the Query Builder popup date picker and calender are positioned half way down the page.
This is the code we used to create the QueryPanel textbox:
<div class="accordionTitle">Query Builder</div><img id="imgExpandQB" runat="server" class="sectionCollapseImg" src="~/Images/expand_blue.jpg" alt="Show Details..." style="float:right; margin:0px 0px 0px 5px;" />
</Header>
<Content>
<div style="height:600px;">
<asp:UpdatePanel ID="upAdvQuery" runat="server">
<ContentTemplate>
<div style="padding:5px;">
<asp anel ID="pnlQueryByExample" runat="server" GroupingText="Query Builder" CssClass="fieldLabel" EnableViewState="false">
<div style="padding:5px;">
<keqwc:QueryPanel Font-Bold="false" ID="qpan1" runat="server" Height="300" Width="690" BorderWidth="1px" ScrollBars="Auto" Appearance-ScriptMenuStyle-BackColorOver="#FFFFFF" Appearance-ScriptMenuStyle-BackColor="#b1c6e4" UseListCache="True">
</keqwc:QueryPanel>
</div>
</asp anel>
<br />
<asp anel ID="pnlQueryDescription" runat="server" GroupingText="Query Description" CssClass="fieldLabel" EnableViewState="false">
<div id="divQueryDescription" runat="server" style="font-weight: normal; padding:5px; height:200px; width:687px; overflow croll;">
</div>
</asp anel>
</div>
But if I go into the Css Common file that we use and delete the positioning in the accordionContent it seems to look better. I will add a screenshot of the problem.
Thanks for the help
Javae |
Hi dude.
Noticed nobody has come back to you on this. I am having the same problem with the edit box in the QueryPanel.
I noticed on the history list http://devtools.korzh.com/query-builder-aspnet/history/ that this is down as having been fixed.
21-Apr-2012 Version 2.12.0
--------------------------
-added: ModelChanged event in DataModel class;
-added: SelectAll() and SelectNone() method in EntitiesPanel;
-added: SortEntities property in EntitiesPanel;
-fixed: Wrong position of edit box when clicking on "enter value" label;
This is not the case.
I am running v 3.1.0.8.
Did you get anywhere with this?
Thanks
Ray Pooley |
|
| Back to top |
|
 |
|