tags:

views:

9

answers:

1

how do i change the datagrid's font size on the click of a button. size will be an input from a text box.

A: 
datagrid.setStyle("fontSize", int(textBox.text));
Alan Geleynse
Thanks a lot. that worked!
Vivek Chandraprakash