Skip to main content
August 8, 2011
Answered

Hide and Show Datagrid

  • August 8, 2011
  • 1 reply
  • 363 views

How do I hide a datagrid and then show it?

I have a button to select. The button when clicked should show the datagrid. Once the user clicks a cell on the datagrid, it should hide again.

This topic has been closed for replies.
Correct answer Ned Murphy

The DataGrid component has a 'visible' property that you should be able to use to hide and show it.

1 reply

Ned Murphy
Ned MurphyCorrect answer
Legend
August 8, 2011

The DataGrid component has a 'visible' property that you should be able to use to hide and show it.