I have a view called Labels with some controls and a jqgrid(the jqgrid has nothing to do with the rest of the controls, it only has to be filled with data when the page loads). If i go to /Labels, everything goes well but if i go to/Labels/5 for example, the jqgrid is empty but the rest of the view is acting well. What could be the problem?
The action result is: public ActionResult Labels(int? id)..when i send an id, the method responsible with the source for that jqgrid doesn't fire..if i don't send an id it fires. I really need some help. Thanks.
