Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
420
igGrid Changing add new row text and row edit dialog header
posted

I want to now how to change the text on the two circled items.

Also is there anyway to move the add new row to the bottom?

  • 420
    Offline posted

    I tried to edit this after I clicked 'Post' but I have tried addRowLabel.

    dataSource: data,
    dataSourceType: "json",
    responseDataKey: "results",
    height: "500",
    width: "50%",
    tabIndex: 1,
    features: [
    {
    name: "Selection",
    mode: "row",
    multipleSelection: false
    },
    {
    name: "Updating",
    enableAddRow: true,
    addRowLabel: "Add new message...",
    enableUpdateRow: false,
    enableDeleteRow: false,
    startEditTriggers: "click",
    editMode: "dialog",
    columnSettings: [