jQWidgets Forums
Forum Replies Created
-
Author
-
February 23, 2015 at 2:27 pm in reply to: Why "Addrow" event in jqxgrid is fired several times?? Why "Addrow" event in jqxgrid is fired several times?? #67527
Hi Peter,
You are so right, I solve the problem removing the different calls to LoadDuressCode() function.Thank you very much, I appreciate!!!
February 23, 2015 at 2:19 pm in reply to: Why "Addrow" event in jqxgrid is fired several times?? Why "Addrow" event in jqxgrid is fired several times?? #67526hi Peter,
I Will do what you are suggesting me and If I have any result I will confirm you.
Thank you.February 23, 2015 at 2:08 pm in reply to: Why "Addrow" event in jqxgrid is fired several times?? Why "Addrow" event in jqxgrid is fired several times?? #67524Hi Peter, I’m debugging the code and it seems very weird because you are right I don’t know why the event save in the button is fired several times too, the only clue that I have it is that I’m using jqxTaps to load various partial views into each taps, I have a method onselect in the tap and I’m reloading all the page every time that you change tap, I think that maybe it’s the problem, but actually I don’t know why the event Save of the button click it is executing several times???
Thank you
February 23, 2015 at 1:38 pm in reply to: Why "Addrow" event in jqxgrid is fired several times?? Why "Addrow" event in jqxgrid is fired several times?? #67518Hi Peter, I copied the code in my last post, I don’t think I’m calling multiple times actually, this is the code I was wrote on the event:
$(“#btSaveDuressC”).click(function () {
var commit = $(‘#gvDuress’).jqxGrid(‘addrow’, null, {});
$(“#popupWindowDuressCreate”).jqxWindow(‘hide’);
});
this is the event onclick where I’m calling the event addrow, if I make a click only one click then only one time should the event be called…Any help please???
Thank you
Thank your very much Peter, I solve the problem thank you very much again, just one thing when I call to the method that load the grid all the details show up open and when I load the grid for first time every detail is close??
Thank you.Thank you, could you send me an example or a link with an example please?
-
AuthorPosts