jQuery UI Widgets Forums Grid cascading row data

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 10 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • cascading row data #59984

    Nagoor
    Participant

    Hi peter,

    I want to implement a grid which displays the student details wrt their class and gender.each row must represent a class and one coloumn represents students count associated with edit button.

    The problem is, i need to display male and female student count individually with their respective edit buttons in single cell.
    it can be represented as: name of the class in first colon, male count and female count in next colon one above the other (in same row).

    Class1 25 edit
    34 edit

    Please help me with this.

    Thanks & regards
    _ _

    Nagoor

    cascading row data #60026

    Dimitar
    Participant

    Hello Nagoor,

    Grid cells cannot be bound to two datafields or have two values, neither is it possible to unite multiple cells. You may, however, be able to display both the male and female student information in a single cell through cellsrenderer.

    Best Regards,
    Dimitar

    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.