Jump to content

infinite scroll unimDBgrid problem


albertovesx

Recommended Posts

Hi

I am having some issues with unimDBgrid. This are the properties for the grid:

Buffered Store{

  Enabled: True;

  LoadingBufferZone: 200;

  PageSize: 100:

}

WebOptions{

  FetchAll: False;

Paged: False;

PageSize: 10;

}

I make a query like this in UniDAc query:

Sql.Text := 'select * from nacimiento limit 1000';

The grid keep a mask over dbgrid with loading message (cargando in spanish)

image.png.72af3d399f919888de94cd7b2aede482.png

 

I verified the answer for the get transaction and it has100  records, so it worked well, but they never are shown in dbgrid because loading mask never finish

image.png.ef3a3892591c8ff8044740a15bcc8f4b.png

Link to comment
Share on other sites

  • 4 months later...
On 6/25/2020 at 8:35 PM, albertovesx said:

I make a query like this in UniDAc query:

Sql.Text := 'select * from nacimiento limit 1000';

The grid keep a mask over dbgrid with loading message

 

 

On 6/25/2020 at 9:36 PM, Sherzod said:

Can you make a simple testcase to check?

 

1. http://forums.unigui.com/index.php?/topic/14411-unidbgrid-autoloadдозагрузка/&do=findComment&comment=78536

2. http://forums.unigui.com/index.php?/topic/15418-new-page-navigator-unimdblistgrid-like-web/&do=findComment&comment=84768

 

Link to comment
Share on other sites

×
×
  • Create New...