Thanks for the code segment.
We have logged it against your issue “CELLSNET-46188” into our database. We will analyze it further. Once we have any new information regarding the issue, we will share it with you.
Thanks for the code segment.
We have logged it against your issue “CELLSNET-46188” into our database. We will analyze it further. Once we have any new information regarding the issue, we will share it with you.
@lswe,
We evaluated your issue further.
Well, it is already supported. Please call mOnResize function:
e.g
Sample code:
function setGridWebHeight() {
document.getElementById("<%=GridWeb1.ClientID%>").mOnResize();
}
If you still find the issue, kindly provide us your simulated project. We have a demo example to show this feature, please see the document for your reference: Resize GridWeb in the browser window|Documentation
What’s the difference between resize() and mOnResize() ?
Please have a look to the documentation you sent me. It does not mention mOnResize() function.
Yes, you are right. Actually, the resize method has been declared as “internal use only” just recently in recent versions. We will replace the resize method with mOnResize in the code segment in the document soon.