jQWidgets Forums

jQuery UI Widgets Forums Grid Display value into jqxGrid Column

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  Mariya 11 years, 4 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Display value into jqxGrid Column #47793

    deepak_chaurasia
    Participant

    Hi Team,
    I want to display value into a column in jqxGrid , which is combination of two column values . How can i do it?

    Display value into jqxGrid Column #47796

    Mariya
    Participant

    Hi deepak_chaurasia,

    You can use the ‘cellsrenderer’ function which every columns property has. The cellsrenderer function is called when a cell in the column is rendered. You can use it to override the built-in cells rendering. The cellsRenderer function has 6 parameters passed by jqxGrid – row index, data field, cell value, defaultHtml string that is rendered by the grid, column’s settings and the entire row’s data as JSON object. I recommend you using the entire row’s data and select the needed values for your cell.

    Best Wishes,
    Mariya

    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.