Hi peter,
I have implemented custom dropdown in grid cell as per your demo
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/gridkeyvaluescolumnwitharray.htm
its working fine as per functionality. but user cannot understand that it has dropdown functionality at first glance since the dropdown editor will be initialized on click of the cell and noway its visible as dropdown until we click on it. i want to show the grid cell as dropdown so that user can understand directly by seeing the cell.
I tried displaying value + dropdown image using cellsrenderer call back function so that both value and image can be displayed at same time, but when i am trying to get the value from the cell, its returning (value + image). please let me know if there is any other way to do this.
Thanks
Nagoor