0

hast anybody already integrated a star ranking plugin (eg. http://www.wbotelhos.com/raty/) into jqgrid? What is the best way to do this?

Thanks Anatoliy

Anatoliy
  • 321
  • 1
  • 4
  • 19

1 Answers1

0

When I have done custom cells, I have either hooked into one of the grid events (afterInsertRow) or if using gridview:true then gridComplete or loadComplete. Then simply use the setCell method to insert the html into the row.

bpruitt-goddard
  • 3,174
  • 2
  • 28
  • 34