Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sync without it
#1
how to refresh my dbgrid without reloading it also without navbar
Reply
#2
Hi Morhous, you can try:
Code:
IWDBGrid.DoRefreshControl := True;
Reply
#3
Hi thanks for you reply i got few question
if i set this true is this do refresh without dbgrid;
also what if refresh it again? do i need to again set it true? how is it work
Reply
#4
(06-07-2018, 02:29 AM)morhous Wrote: Hi thanks for you reply i got few question
if i set this true is this do refresh without dbgrid;
also what if refresh it again? do i need to again set it true? how is it work

This sets a flag that causes a refresh at the end of your event.  If you set that flag more than once, it will still refresh only once while rendering the response to the client.

I have not traced the code, but when have used the process that is the behavior I received.

Dan
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)