Login  
Search All Forums
Dart Home | PowerWEB LiveControls for ASP.NET | Custom Development Reply | PowerWEB LiveControls for ASP.NET Topics | Forums   
AuthorForum: PowerWEB LiveControls for ASP.NET
Topic: Force Update of the visible property?
mikewheat
mikewheat@tm.net

From: Davison, MI USA
Posts: 26
Member Since: 05/16/05
posted July 28, 2008 5:01 PM

Hi,

I have a grid and a radio group. When the radio group CheckedChanged event fires, the grid is updated. I would like to hide the grid before it is updated. It will be shown after the update is completed. I am not sure how to hide the grid before the update.

I try grid.visible = false

Everything in the Sub happens before the grid is updated so the grid never gets hidden.

How can I force an update of the grid visible property? Is there a way to create a custom callback?

I even tried grid.Refresh()

Thank you,
Mike

This produces strange results.
K M Drake



From: Utica, NY USA
Posts: 3406
Member Since: 07/14/00
posted July 29, 2008 10:08 AM

Hi,
For everyone's benefit, here is the list of parameters for the pwBeginCallback function mentioned here:
http://support.dart.com/postings?topicid=7860

pwBeginCallback(
Event Source,
Event Target,
Event Args,
Callback Function,
Context,
Block,
WaitLabel,
WaitMessage,
ErrorBehavior,
ErrorMessage,
UpdateAll
)

You should be able to hide the grid and initiate a second "update" callback in the CheckedChanged event.

-ken

------
-Non-current subscribers must contact sales@dart.com to update subscription and receive continued support as needed.
------

Reply | PowerWEB LiveControls for ASP.NET Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX