Click here to Skip to main content
Sign Up to vote bad
good
See more: ASP.NETJavascript
i am using backbone model and kendo grid. Whenever i click the cancel button after pressing edit the row disappears. Can somebody help?
 
$(#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 22 Dec '12 - 23:57
Edited 22 Dec '12 - 23:59


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

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 OriginalGriff 206
1 Richard MacCutchan 145
2 Tadit Dash 140
3 Santhosh G_ 125
4 Volynsky Alex 105
0 Sergey Alexandrovich Kryukov 10,264
1 OriginalGriff 7,957
2 CPallini 4,201
3 Rohan Leuva 3,522
4 Maciej Los 3,155


Advertise | Privacy | Mobile
Web01 | 2.6.130523.1 | Last Updated 23 Dec 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid