Re: Ajax and Component's inside Zones

2015-06-16 Thread Casey Link
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

Re: Ajax and Component's inside Zones

2015-06-11 Thread Thiago H de Paula Figueiredo
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

Ajax and Component's inside Zones

2015-06-11 Thread Casey Link
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