Page 2 of 2

Re: LockOnAsyncEvents

PostPosted: 31 May 2019 12:22
by Alexander Bulei
Hi zsleo,
The improvement was for the overlay of lock indicator, so the lock will be applied on container/wrapper instead of itself.

I will appreciate a simple sample project with a data aware GCD dbgrid and a button.

Do I need to set anyhing different?


No, just a standard usage.

Can I now place a lock indicator on both CGD forms and frames


I recommend use only one LockIndicator component with several lockers inside. In this way, you just need manage the IndicatorIndex for each event.

Best Regards.

Re: LockOnAsyncEvents

PostPosted: 31 May 2019 12:28
by Alexander Bulei
zsleo wrote:BUMP...
How do I lock the full page while a grid lock indicator is showing and just lock the grid?

TIA


By default, the lock indicator will lock whole screen.

If you want lock just a grid, you need set LockIndicatorItem.Control to the grid.

Best Regards.

Re: LockOnAsyncEvents

PostPosted: 31 May 2019 19:56
by zsleo
Alexander,

Thank you.

After many years I think I am missing or not understanding something with use of db grid, so I will ask the question differently: how do i lock the whole form and not just a grid while the grid is updating. Assume multiple grids on a form/frame.

TIA

Re: LockOnAsyncEvents

PostPosted: 03 Jun 2019 09:08
by Alexander Bulei
Hi zsleo,

Alexander Bulei wrote:By default, the lock indicator will lock whole screen.


Just assign the LockIndicator to the Grid.JQGridOptions.OnLoadComplete.Indicator...

Best Regards.

Re: LockOnAsyncEvents

PostPosted: 11 Jul 2019 12:07
by allenmathew
Thank you for the post..