Skip to content

Commit

Permalink
Change data grid editing mode from "incell" to "inline"
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofPajak committed Jan 22, 2025
1 parent aa8f377 commit 6e0d9bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ $(document).ready(function () {
},
editable: {
confirmation: true,
mode: "incell"
mode: "inline"
},
toolbar: ["save"],
scrollable: false,
Expand Down

0 comments on commit 6e0d9bb

Please sign in to comment.