Does WebGrid allow displaying/hiding through CSS styles display and visibility? I dont want to use WebGrid property Visible but want to display/hide only by setting style attributes display and visibility.
Hello,
UltraWebGrid can be hidden like put it inside div element and hide it with display: node;
<div style="display:none">
....
</div>
I hope this helps