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
55
the "Websplitter Initialize" for Initialize should be a function,function name ,or function text
posted

Hi,

       Iam new to infragistics ,iam using infragistics 2009.I have used ultrawebspliiter actually i created this dynamically.iam getting a error like

 "the "Websplitter Initialize" for Initialize should be a function,function name ,or function text"

iam not getting this error often but sometimes this error is displayed once i tried to open the new tab.can u please suggest some idea to overcome this error.

Thanks,

Rajesh

 

Parents
No Data
Reply
  • 24497
    Suggested Answer
    posted

    Hi Rajesh,

    If you process ClientEvents.Initialize or similar events, then the best is to put implementation of that handler into <head> (regardless how you create splitter).

    <script type="text/javascript">
     function initSplitter(splitter)
     {
     }
    </script>

Children