
 Tony Iha Kazungu - 2009-10-14 06:27:24 - 
In reply to message 1 from Tony Iha Kazungu 
Fiddled around with the class.eyedatagrid.inc.php and somehow seen that the answer lies somewhere in the "public static function useAjaxTable($responce = '')" we have a div section where the grid is displayed (<div id=\"eyedatagrid\"></div>)
Don't know how i will achieve it but the answer is two ways.
1. Replace "eyedatagrid" with a variable that a user will pass
2. Play around with the tabs in jquery by making sure the current tab selected and page being loaded in it has the "eyedatagrid" div.  (In this case we might need to comment out the line "echo "<div id=\"eyedatagrid\"></div>\n";")
Still struggling when i get an appropriate solution will post around