Click here to Skip to main content
15,867,756 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am using backbone model and kendo grid. Whenever i click the cancel button after pressing edit the row disappears. Can somebody help?

JavaScript
$(#grid).kendoGrid({

           editable: "inline",
           

       columns: [ "Name", "Description", "Date", {command: ["edit","destroy"]}],
           dataSource: {
              
               schema: {
                         model: docWrapper
                 
                       },
                       data: new documentlistWrapper((window.docs))
                       },
              

           pageSize:5
          
       });

   }



[edit]Code block added - OriginalGriff[/edit]
Posted
Updated 22-Dec-12 23:59pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900