On Thursday, June 11, 2015 09:24:00 AM Thiago H de Paula Figueiredo wrote:
> On Thu, 11 Jun 2015 07:45:06 -0300, Casey Link
> wrote:
>
> >
>
> ActionLink and EventLink are not supposed to do AJAX requests without a
> zone parameter, so I really don't know how they made AJAX requests in you
On Thu, 11 Jun 2015 07:45:06 -0300, Casey Link
wrote:
ActionLink and EventLink are not supposed to do AJAX requests without a
zone parameter, so I really don't know how they made AJAX requests in your
case. Try adding zone="^".
2. I've tried using an eventlink instead of an actionli
I have a grid component with some complex features I want to reuse in various
places of my app.
However, I'm having a problem preserving the AJAXy behavior.
Before I extracted the grid into its own component the tml looked like this:
...
Remove