Jump to content
Software FX Community

The pop-up list which is produced by Javascript is covered by ChartFX Picture whose redenerer to '.net'


xxy55555

Recommended Posts

How can I do?

I want the pop-up list  is on the top of  the web page.

 Phenomenon:

Step 1 : When I use ChartFX Picture In .net , I choose ChartFX's Redenerer  to .Net .

Step 2 : I  use CalendarExtender In ajax.net

            Step3: ChartFX has data

Code:

<body>
  <form id="form1" runat="server">
  <div>
  <asp:ScriptManager ID="ScriptManager1" runat="server">
  </asp:ScriptManager>
  </div>
  <asp:UpdatePanel ID="UpdatePanel1" runat="server">
  <ContentTemplate>
 
  <asp:TextBox ID="tb_To" runat="server" Columns="8" Font-Names="Calibri" Font-Size="Small"></asp:TextBox>


  <ajaxToolkit:CalendarExtender ID="CalendarExtender2" runat="server" TargetControlID="tb_To"
  Format="yyyy/MM/dd" PopupButtonID="PopupControlExtender1"  >
  </ajaxToolkit:CalendarExtender>
  <br />
 
  <chartfx7:Chart ID="Chart1" runat="server" RenderFormat=".NET" >
  <Series>
  <chartfx7:SeriesAttributes />
  <chartfx7:SeriesAttributes />
  <chartfx7:SeriesAttributes />
  </Series>
  </chartfx7:Chart>
  </ContentTemplate>
  </asp:UpdatePanel>
  </form>
</body>
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...