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
355
Change row font size with javascript
posted

Is there any way to change all the grids text font size using javascript?

I see the default font size of the rows is stored on the RowStyleDefault but I don't know if I can access and modify it with javascript.

I'd like to do this in javascript rather than having to postback the entire grid again.

Thanks.