Hi all,
We are having a DataGrid on top of which we would like to display a simple table on a button click. I have tried to use Canvas and set the table visible and includeInLayout to false and on the button clcik to set them to true, but it does not work. Do you have any idea on how we could achieve this ? Dynamically displaying a component on top of another component.
Thanks,
try like this. this will work.
<canvas width="800" height=800>
<canvas id=can1 width="100%" height="100%">
<button click=btnClickHandler()>
<canvas>
<canvas id=can2 width="100%" height="100%" visible=false includeInLayout=false>
<canvas>
<canvas>
btnClickHandler()
{
can2.visible = can2.includeInLayout = true;
}
North America
Europe, Middle East and Africa
Asia Pacific