Joe Harrison
Joe Harrison
I too am interested in this
Just wanted to clarify that the previous issue was not closed by staff, it was closed by the person that opened it.
I have not tried displaying the grid in a Modal. Could you send me a SSCCE (http://sscce.org) and I can see if I can help debug.
This would be possible but the dll would need to be recompiled with `IRequiresSessionState` implemented on the `MVCGridHandler` like this: ```public class MVCGridHandler : IHttpHandler, IRequiresSessionState```
Currently there is no setting for width. I should be able to add this pretty easily.
Hi Paul, Can you help me with debugging this? I just did a test and the nuget install is working in VS 2013 with NuGet 2.8.5. Can you let me...
Paul, The MVCGridHandler is part of the dll. When you add this line: ``` ``` The type section is telling it to look int eh MVCGrid assembly. Can you try...
are you using IIS6 by any chance?
try adding this instead to your web.config ``` ```