Bug Report B96930
Visible to All Users
Duplicate

We have closed this ticket because another page addresses its subject:

ASPxComboBox in Sharepoint (WSS 3) with IE7

ASPxGridView - Popup Edit Form not working correctly in Sharepoint

created 17 years ago

Hi,
I'm using VS2005, I created a web user control, which works perfectly fine in a web application.
The web control has a grid, with a popup edit form, with controls e.g (calandar, textbox, comobo box).
When I deploy it to Sharepoint 2007 and add the user control has a web part, the calendar control does not display correctly.
I have no height, width in the popup edit form.
I'm not sure if this is a bug?
Attached is a diagram of it working correctly, then on the sharepoint portal (you will see the popup edit fomr scrolls), also is my popup edit form properties.
Thanks
Vanessa.

Show previous comments (2)
VS VS
Vanessa Santangelo 17 years ago

    Any news on the error reported on the 25/08/2008?
    Thanks
    Vanessa.

    DevExpress Support Team 17 years ago

      Hi!
      Please give us some more time. We are investigating the problem. Thank you for your patience.
      Thanks,
      Andrew R

      DevExpress Support Team 17 years ago

        Hello Vanessa,
        Comprehensive SharePoint Server support will be implemented in a future version of our controls. Currently, you can workaround the problem by replacing a standard menu with our ASPxMenu control.

        ASPx
        <dxm:ASPxMenu ID="ASPxMenu1" runat="server" Orientation="Vertical" Height="17px" OnItemDataBound="ASPxMenu1_ItemDataBound" DataSourceID="SiteMapDS"> </dxm:ASPxMenu> <script type="text/C#" runat="server"> protected void ASPxMenu1_ItemDataBound(object source, DevExpress.Web.ASPxMenu.MenuItemEventArgs e) { PortalSiteMapNode node = (e.Item.DataItem as PortalHierarchyData).PortalSiteMapNode; e.Item.Text = node.Title; e.Item.NavigateUrl = node.Url; e.Item.Target = node.Target; } </script>

        Thanks,
        Nick

        Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

        Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.