Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
895
Row Edit Template - WebDropDown Issues
posted

I have been playing around with the row edit template and the webdropdown. I have seen so many weird issues with this.

1)The container is getting cut off by either by the Webtab or the WebDataGrid or the RowEditTemplate.

2)Or I am getting an error like this.....http://ko.infragistics.com/community/forums/p/37211/404134.aspx.  To attempt to fix the issue from #1, I turned off EnableDropDownAsChild = false. Which fixed my issue from #1 but one for the first time through. And it threw the issue that is described above.

Any thoughts?

Parents
No Data
Reply
  • 895
    posted

    container = undefiended. 

     

    It throws an error in this javascript---

    set_targetContainer: function (container)

    {

    ///<summary locid="P:J#Infragistics.Web.UI.DropDownBehavior.targetContainer">/// sets the target container for the dropdown behavior. This is the element that will be Dropped down

    ///</summary>

    ///<param name="container" type="Sys.UI.DomElement" domElement="true"></param

    if

    (!container)

    {

    throw Error.argumentNull('container');

    }this

    ._targetContainer = container;

    },

Children