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
235
igedit_getById in 2014.1 controls
posted

I just upgraded my project using VersionLess assemblies for both v. 11.1 and v. 14.1.

I was able to successfully compile my project without errors, however, now that I have started running my application, I am getting numerous JavaScript exceptions when attempting to use the following JavaScript functions:

igedit_getById

I noticed that many of my controls have now changed from the Control ID to appending _clientState to the end of the control name, but even adding this string to my JavaScript functions does not resolve the throwing of the exceptions.

Therefore, does this function still exist in the v. 14.1 controls or is it replaced by something newer?

Please advise.

Thanks.

Parents
No Data
Reply
  • 29417
    Offline posted

    Hello Samir,

     Thank you for posting in our forum. 

    “igedit_getById” is an utility function specific to the classical WebEditors controls.

    It won’t work for getting any of Aikido controls by id.

    Instead for the Aikido controls the $find(ControlID) method can be used.

    Let me know if you have any questions.

     

    Best Regards,

    Maya Kirova

    Developer Support Engineer II

    Infragistics, Inc.

    http://ko.infragistics.com/support

     

Children