bind store with new data without delete the previous data

  1. #1

    bind store with new data without delete the previous data

    Dear All,
    I would like to know if I can add data to the store, Without delete the previous data,on server side(C#),
    as example if I have 3 records in store and I added 2 records I will have 5 record ,on server side when I using bind function it deletes old records and add new records and I don't want this way,I want function to add Records on old records ,Thank on advance for any idea.
  2. #2
    Hello

    Maybe you are looking for

    store.AddRecord(data);

    function?
    Regards
    Zdenek

Similar Threads

  1. Replies: 4
    Last Post: Aug 07, 2012, 10:02 AM
  2. Replies: 0
    Last Post: Apr 22, 2012, 9:39 AM
  3. [CLOSED] Bind data store to Radio Group
    By SFritsche in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Oct 19, 2009, 11:27 AM
  4. Replies: 0
    Last Post: Jun 19, 2009, 4:18 AM
  5. Replies: 0
    Last Post: Feb 11, 2009, 3:05 AM

Posting Permissions