Hi Abu,
When you use load grid data from array and use navButtonAdd , button is not visible until you click grid refresh button.
probably because on no refresh for mysql data.
it is possible to fix ?
2 Answers
Working demo here:
Demo: gridphp.com/demo/demos/loading/load-array.php
Code: gridphp.com/demo/demos/loading/load-array.phps
It uses setTimeout to make it work.
setTimeout("add_tb()",100);
Your Answer

