jQWidgets Forums

jQuery UI Widgets Forums Grid Using and customizing everPresentRow

This topic contains 1 reply, has 2 voices, and was last updated by  Martin 3 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Using and customizing everPresentRow #121090

    rmichel
    Participant

    Hi,

    There are several things about everpresentrow that I haven’t found in the documentation or on the forums:

    1. In order to internationalize my application, I’m looking for how to change the text of everpresentrow placeholders.

    2. I would also like to be able to replace the text of the action buttons for the same reason.

    3. I have an “ID” column which should not be editable since it is generated by the database, but even if I put “editable: false” in the column config, I can still edit it in the everpresenrow.

    4. While searching the forums I found information about the addRow property of the source of the dataAdapter, but I could not find any information about updateRow and deleteRow. The signature of updateRow appears to be the same, but commit (true) does nothing, and the signature of deleteRow is different.

    Thanks for your help.

    Using and customizing everPresentRow #121095

    Martin
    Participant

    Hello rmichel,

    I would suggest you check our demo about Localized Add New Row. There you can see how you can localize the everpresentrow placeholders and buttons text.

    You can disable the editing of a column in the everpresentrow by selecting the input element and adding a disabled attribute to it.
    You can see the following Example.

    You can read more about the addRow, updateRow and deleteRow callbacks on this Page.

    Best Regards,
    Martin Yotov
    jQWidgets team
    https://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.