views:

385

answers:

1

I'm trying to use jqGrid, but it doesn't respect the imgpath, it always defaults to

"\themes\default\images"

I'm setting:

imgpath: "..\..\Content\themes\default\images";

But it doesn't respect that and uses the default path, am I missing something?

A: 

I've downloaded by mistake an ancient version of jqGrid (v0.01) which everything was hardcoded, thats why it wasn't working.

Fabio Gomes