Ok that's excellent news that it's possible!
Well I've left it for a bit clicked the tab again and it loaded fine
in IE7 - strange! So this thread is solved anyway. Stupid IE and it's
random caching ways.
I agree with you, it's probably easier if I load the data from JSON so
in my live system that's what I'll probably do.
So to do that, I guess I need to set the tabs up as DIVs within the
document, rather than using the Tab's ajax to load anything.
But how do I tell flexigrid what JSON source to load depending on what
tab is activated?
Thanks, B
On Jan 15, 5:22 pm, Carl Von Stetten <
vonner.li...@vonner.net> wrote:
> Ben,
>
> I'm using Flexigrid within a multi-tabbed interface (jQuery ui) on an
> intranet application. I have multiple Flexigrid tables on different
> tabs, all using AJAX to load the content. The only difference I can see
> is that I'm not loading the table then applying Flexigrid - I'm using
> Flexigrid's own data loading feature to request the table data in JSON
> format.
>
> I tested your page in IE7 and it seems to work fine. What problem are
> you seeing?
>
> Carl
>
>
>
> batfastad wrote:
> > Hi everyone
> > Just wondering if anyone's had any success with running flexigrids
> > within jQuery UI's tabs widget?
> > I'd like to add this feature to our intranet database system, multiple
> > tabs each with different grids of data.
>
> > Anyone done this?
>
> > I've got a demo up and running here...
http://thenetzone.co.uk/demo/
> > It's the final 'Contacts' tab where I'm looking to have the grid, and
> > that tab is set to load the content through Ajax from
> >
http://thenetzone.co.uk/demo/contacts_grid.php
> > Then at the end of that Ajax content, I run the $('.flexme1').flexigrid
> > ({striped:false}); script to style up that content.
>
> > It seems to work in FF3, but not in IE7
> > However the standalone example (without tabs) works fine in IE7
> >
http://thenetzone.co.uk/demo/contacts_grid.php
>
> > Anyone know if/how I can get this working in IE7?
>
> > Thanks, Ben- Hide quoted text -
>
> - Show quoted text -