Page 1 of 1

JqMenuItem onClick event defaults to non-ajax

PostPosted: 16 Mar 2018 07:04
by davenovo
From what I can tell, most events seem to default to ajax events. For some reason, when I create a new menu item, the onClick is non-ajax. I only noticed this because I was calling Grid.EditRow from the onClick and it was not working until I made it an ajax event.

Is there some reason that is the case, i.e. am I messing something up by turning the menu items onClick to an ajax event?

Re: JqMenuItem onClick event defaults to non-ajax

PostPosted: 21 Mar 2018 19:49
by davenovo
any comment on this?

Re: JqMenuItem onClick event defaults to non-ajax

PostPosted: 21 Mar 2018 20:04
by Jorge Sousa
Hi

No there was no special reason

It happened because of the class of the event, and when we noticed (like you did) that it should be Ajax=True by default, it was too late...