ryansuitposungkono / openjs-grid

Automatically exported from code.google.com/p/openjs-grid
0 stars 0 forks source link

saveLocation: "title" #57

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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