jQWidgets Forums

jQuery UI Widgets Forums Grid JQTabs

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 11 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    JQTabs Posts
  • JQTabs #53256

    Akshar AK
    Participant

    Hello,
    I have implemented a jqtabs with 4 tabs. all the 4 tabs have same number of dynamic rows and columns. i have 1 summary grid at the bottom. now on click of a button, i need to sum all the cell values of all 4 tabs and show in the summary grid, where summary grid also has the same number of rows and columns as the tabs. Is it possible? Any events or any method available to achieve this?

    JQTabs #53265

    Peter Stoev
    Keymaster

    Hi Akshar AK,

    You can get the rows of a Grid by using its “getrows” method. For more information about this method, see the Grid’s API Documentation. Having the rows, you can loop through them, perform custom calculations and use it in your logic.

    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.