B
B G
I have a grid, which unfortunately does not allow me to set its width
to 100%. I need to specify the pixels. But as the grid is build up
from many parts, I am unable to set the width on the clientside. So I
would like to do this on the server side.
So when the client is resized AND "the mouse button is up!!" I need a
postback with the new size of the client. How would I do this? Just
taking the onresize event is not enough as this event is triggered
many times during resizing. So I want to know for sure that in the
onresize event the mouse button is up, which most likely means that
the user finished resizing. Is this possible, is this the way to do
this? Any other method (and how do I do this postback?)
to 100%. I need to specify the pixels. But as the grid is build up
from many parts, I am unable to set the width on the clientside. So I
would like to do this on the server side.
So when the client is resized AND "the mouse button is up!!" I need a
postback with the new size of the client. How would I do this? Just
taking the onresize event is not enough as this event is triggered
many times during resizing. So I want to know for sure that in the
onresize event the mouse button is up, which most likely means that
the user finished resizing. Is this possible, is this the way to do
this? Any other method (and how do I do this postback?)