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