What is the expected output? What do you see instead?
if you set saveLocation: "title", save button will not work unless
change this on grid.js:
case "title":
$grid.parents(".gridContainer").find(".gridTitle").append(saveBtnText);
break;
to like this:
case "title":
$grid.parents(".gridContainer").find(".gridTitle").append("<div class='gridButton gridSave' style='display: none;' ><div>Save</div></div>")
What version of the product are you using? On what operating system?
Version 1.8, Windows SP2
Original issue reported on code.google.com by nivlek...@yahoo.com on 17 Jan 2012 at 1:52
Original issue reported on code.google.com by
nivlek...@yahoo.com
on 17 Jan 2012 at 1:52