[CLOSED] Calendar - EventStore.SubmitData

  1. #1

    [CLOSED] Calendar - EventStore.SubmitData

    Hello

    I am looking at the "calendar" sample,
    On "page_init" method, we are assigning the "OnSubmitData" event like this
    this.CalendarPanel1.EventStore.SubmitData += EventStore_SubmitData;
    but when i try the same, "submitData" method is not avaialble under EventStore object??

    I got the latest code from the sourceSafe, still the same result.
    How to implement the "submitData()" function??

    This is how it was called in the sample
    saveAll : function () {
                CompanyX.getStore().submitData();
    }
    help..

    Thanks
    Last edited by Daniil; May 18, 2011 at 5:19 AM. Reason: Please use [CODE] tags, [CLOSED]
  2. #2
    Hi,

    Please don't forget to wrap code in [CODE ] tags.
    Forum Guidelines For Posting New Topics

    Regarding the question

    Well, EventStore has .submitData() method and, as you can see, it works fine in the online example you mentioned.
    https://examples1.ext.net/#/Calendar/Overview/Basic/

    Please provide a simplified code sample which demonstrates the problem.
  3. #3
    Please mark this as solved,
    There are lot of ways to get the reference to the record, i figured it out..

    Thanks

Similar Threads

  1. Replies: 7
    Last Post: May 15, 2012, 11:27 AM
  2. Why Calendar cannot render with EventStore?
    By tonyls in forum 1.x Help
    Replies: 5
    Last Post: Mar 22, 2012, 8:19 PM
  3. [CLOSED] Execute function after submitData is done
    By imaa in forum 1.x Legacy Premium Help
    Replies: 15
    Last Post: Nov 17, 2011, 7:50 AM
  4. [CLOSED] Show Mask When submitData
    By imaa in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Oct 24, 2011, 7:48 AM
  5. Replies: 1
    Last Post: Jul 07, 2011, 4:07 PM

Posting Permissions