-
Notifications
You must be signed in to change notification settings - Fork 43
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
Window Resize Issue #58
Comments
I think it's better handle resize event by your self. |
Really? This makes it look sloppy. If I had a way to do this myself, I would not have posted here. As a workaround, I have a hidden button that rebinds the grid via javascript when resized. This doesn't seem like the best solution. What else do you recommend? |
I usually use jquery to handle resize event, Like the following code:
|
If I understand the final response correctly, do we need to destroy and recreate the gridviewscroll each time we resize or is there some method that lets it just adjust its size? |
re-call the enhance method, it will check. |
Hi,
I've noticed that the gridview does not resize to fit the window when it is resized. For instance, if you set the width to 100% and open in a sized window. Then maximize the window, and the gridview stays it's original size unless you refresh the window.
Any thoughts/fixes would be greatly appreciated.
The text was updated successfully, but these errors were encountered: