This topic is locked

Reload Row Without Page Refreshing

4/18/2014 11:21:59 AM
ASPRunnerPro General questions
G
gonzalosb author

i found this code on a PHPR forum

$("#grid_block1 table tbody").load("animals_list.php #grid_block1 table tbody > *");



Enter this code in the "Client after" of your custom button.

http://www.asprunner.com/forums/topic/17673-updating-form-from-a-custom-button/
can someone please edit this PHP code to be use on ASP?

i need to see the change on the ROW without refreshing the list page after a custom button modify it.
thanks in advance.

admin 4/18/2014

This is a Javascript code and it will work the same way in ASPRunnerPro.

G
gonzalosb author 4/22/2014

i may be doing something wrong then because doesnt work for me.
it is any other way or codeing that i can use to have this result?
thank you in advance

admin 4/22/2014

I'm afraid you doing something wrong. If you have a valid support contract post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.

G
gonzalosb author 4/29/2014

i found out that this code works if the button is in the same grid row as the data to work.

i need it to work on a button on top of the page that make changes after selecting the records with check box.



ID.select.load();

or

row.laod();



something like that