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
485
this._editor.closeDropDown()
posted

Hello all,

Has some one encountered this error : this._editor is null or not an object. I explain :

I have a webdatagrid in witch the first cell off the addingrow contains a dropdown editor. this drp is bounded on a simple table and it's role is to affect some other cells of addingRow when user select some item.

When i click my drp, the addingRow cells receive their values as i desire. The problem is just after. Wher i click anywhere on my page the javascript error (above) appear.

Is some one know the issue to this problem?

I'm on it since yesterday

Big thanks for your helps

Parents
  • 33839
    posted

    Hi 362700,

    Are you manually calling the code this._editor.closeDropDown() or is it getting called by the grid?  If you have a sample you could attach that shows this problem, I'll be glad to take a look for you.

    regards,
    David Young 

Reply Children