Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script to set height of the Datagrid component
#1
Script to set the height of Datagrid component on click of another component.
* Below mentioned script is to be written on the label component script.
* Click on the label the Datagrid height will be changed which is set to 300 in the below-mentioned script.

var a = sdk.getWidget( 'datagrid1' );
a.m_height=300;
a.draw();
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)