BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
I have a GridGropingControl on a page that is initially hidden by setting Visible="False".
At some point through user interaction I display the control by running GridGroupingControl1.Visible = true.
After that running GridGroupingControl1.Visible = false has no affect on the visibility of the control even though examining the property in the Watch window shows the Visible=false.
What am I missing?
Thank you,
Additional cue is that it appears that Visible property on GridGroupingControl can only be set once.
For example if it is set to False in the markup, I can set it to true at run time but only once -- it will remain visible in spite of GridGroupingControl1.Visible = false directive.
Conversely, if it set to nothing in the mark up, it can then only be hidden once at runtime and GridGroupingControl1.Visible = true won't re-display it.
Hi Alex,
Thanks for your interest in Syncfusion Products.
We are sorry about the inconvenience caused. We are unable to reproduce the reported issue. We have prepared the sample using two buttons one is for showing the grid and another one is for hiding the grid. We have hide the grid initially by setting visible property as false in the mark up. In our end showing and hiding of the grid is working fine.
For your convenience we have attached the sample. Could you please refer this sample. If it doesn’t resolve your issue could you please replicate your issue in the above sample and send back to us. So that we could sort out the cause of the issue and provide you with the solution. The information provided would be great help in achieving your requirement.
Please let us know if you need any further assistance.
Regards,
Satheeskumar S
Satheeskumar thank you.
I was able to find a work around in which your sample was helpful to examine.
Hi Alex,
Thanks for your update.
We are happy to hear that your issue has been resolved.
Please let us know if you need any further assistance.
Regards,
Satheeskumar S