We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Wizard Control, Page Load Events, and Refresh

In my wizard, I want to load a syncfusion grid with a few items when the page is selected, have the grid refreshed/drawn to the screen and the automatically trigger a long running process.

I can't see to get the grid to redraw itself prior to the long running process firing.

I'm doing the grid load here:

wizardControl1_BeforePageSelect(object sender,
WizardPageSelectEventArgs e)

I'm attempting to refresh the grid like this:

this.ProgressGrid.Refresh();
Application.DoEvents();


and the long running process gets fired here:

pageProgressList_PageLoad(object sender, EventArgs e)

I've tried doing this here as well but it doesn't work either

wizardControl1_AfterPageSelect(object sender,
WizardPageSelectEventArgs e)


1 Reply

GS Gopalakrishnan S Syncfusion Team November 3, 2006 12:10 AM UTC

Hi Robbe,

Sorry for the inconvenience caused.

We were not able to reproduce the issue here. Could you please provide a sample having the issue?. This will help us to analyse the issue further.

Thanks for choosing Syncfusion products.

Regards,
Gopal.S

Loader.
Live Chat Icon For mobile
Up arrow icon