jQWidgets Forums

jQuery UI Widgets Forums Grid A grid column with 3 buttons

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years, 8 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • A grid column with 3 buttons #10440

    ikasovitch
    Member

    Hi,

    I would like to implement a grid that displays user details. I want the last column to show 3 buttons: Edit, Change Password and Delete. Clicking on the buttons will move the user to a page to fulfil the task. the server has a /admin/EditUser, /admin/ChangePassword and /admin/DeleteUser each accepts a username in the query string. My question is:

    Can you please show a sample how to do that?
    The buttons are links that have a specific class so that I will be able to make them a button using jQuery button widgets. Although I am calling jQuery the buttons still display as a link. What can I do?

    Thanks

    A grid column with 3 buttons #10502

    Peter Stoev
    Keymaster

    Hi ikasovitch,

    It is possible to customize the rendering of any grid cell: jquery-grid-cellsrendering.htm. However, it is not possible to add any widget within a Grid cell. jqxGrid supports several built-in editors (jqxButton, jqxCheckBox, jqxComboBox, jqxDropDownList, jqxNumerInput, jqxDateTimeInput) and can be used only with them.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.