Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught TypeError: Cannot read property 'outerWidth' of undefined #47

Closed
MustafaMagdi opened this issue Feb 18, 2015 · 1 comment
Closed

Comments

@MustafaMagdi
Copy link

I'm always getting this error in chrome console after I search in dynagrid. you can catch it even in you demo page http://demos.krajee.com/dynagrid-demo

@fwroman
Copy link

fwroman commented Apr 27, 2015

I have the same problem with kartik gridview ExpandRowColumn, your solutions is already in GridView.php of kartik-grid, this line is included

 $postPjaxJs = "setTimeout({$this->_gridClientFunc}(), 2500);";

I'm using Tabx with two items to render a gridview inside of each one, the problem appears when I click the expandRowColumn contained in tabx item with active = false attribute, I'm using pjax to filter data in the gridview too...

Next code is triggered when the page is already loaded, to update the data filtered:

$.pjax.reload({container:"#pjaxResumenInvImp"});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants