I am trying to understand the rowdetailstemplate. It seems an object. What are its properties, methods, and events? Do you have a document available?
I tried to open the jqxgrid.js to find out its defination, but it seems a min version. It is difficault to search it out. Do you have a normal version available?
I also want to understand the initrowdetails function. On the documentation, it only has one argument (index), but on the demo it uses 4 arguments (index, parentElement, gridElement, datarecord). I am confused which one for what. Where can I find the documentation to see its defination?
Thank you very much!