Hi,
Have been working with jGrid for a week now and have got a basic grid with paging and sorting working fine. I've now been asked to add a subgrid to show extended details of each row and my solution isn't work. The grid loads fine and show the data, but when I click on the '+' next to each row, the loading div is shown and the grid data disappears. Behind the scenes the function _FetchTravellers is called for the subgrid instead of _FetchTravellersDetails.
Am I doing something really wrong? Please excuse any stupidity as I'm a .Net developer and have been working with jQuery and this grid for just over a week now! Please let me know if more information is required.
I'm using ASP.NET and WCF to get the data.
jGrid 3.5.3
Here's my code for the grid:
$('#grid').jqGrid({
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top