Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
305
ultrawebgrid height problem
posted

Hello,

I have set ultrawebgrid height using server-side coding. I need to over write this height using javascript. Please suggest me. Below is my coding.

Server-Side:

UltraWebGrid1.Height = 350;

Client-Side:

var grid = igtbl_getGridById('<%=UltraWebGrid1.ClientID%>');
grid.resize(603, 190);

Thanks in advance.

Regards,