I am displaying a jqxGrid on first tab and users can select one of the rows which opens a second tab. Users can also go back to the first tab and select the same row again which should open a third tab with the same information as in second tab. Since jqxGrid requires a DIV in the tab with an ID, it poses a problem because the second and third tabs will now have same DIV IDs and ID will not be unique across the page. Any idea how to create new jqxGrid instances without any reference to a DIV ? Or is there any way to create DIVs with randomly assigned IDs ? Thanks.