Hello,
when I'm using the CustomCommand grid, my grid is always empty.
If I'm looking through the generated scriptcode with firebug the url attribute contains ="Controller/action". (Grid/CustomCommand_Read)
But my current page url calls http://localhost:53850/Tickets
Because of the relative url it always calls http://localhost:53850/Tickets/Grid/CustomCommand_read. Is this correct?
If it is so i dont know how to use it with the root url (http://localhost:53850/ + Grid/CustomCommand_Read)
The debugger also doesn't call the CustomCommad_Read. Only if I'm calling the correct url directly.
Thanks a lot.
Kind Regards
Phillip
when I'm using the CustomCommand grid, my grid is always empty.
If I'm looking through the generated scriptcode with firebug the url attribute contains ="Controller/action". (Grid/CustomCommand_Read)
But my current page url calls http://localhost:53850/Tickets
Because of the relative url it always calls http://localhost:53850/Tickets/Grid/CustomCommand_read. Is this correct?
If it is so i dont know how to use it with the root url (http://localhost:53850/ + Grid/CustomCommand_Read)
The debugger also doesn't call the CustomCommad_Read. Only if I'm calling the correct url directly.
Thanks a lot.
Kind Regards
Phillip