Hello,
I have used two different grid for two different purpose in the same page using Zend framework.
Now my problem is when I search in 2nd grid, it shows me result from the 1st grid and same behaviou happnes for the reload functionality.
I have also applied seperate grid ID to both grids using below statements.
$grid1->setId($type.$user_id);
$grid1->ajax(“account”.$user_id);
I want to get result as per the grid. Can anyone help me to resolve my problem?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top