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.