Jump to content

Recommended Posts

Posted

Current UnimDbListGrid page navigator slider style is not user friendly at all. Not convenient to user especially when we got a lot of pages.

Kindly redesign the page navigator like web.

Can you let me know when this feature is ready for us to use.

I everyday received complaint from my end users.

Please help and consider my suggestion.

Urgent 

Posted
41 minutes ago, Masteritec said:

Current UnimDbListGrid page navigator slider style is not user friendly at all

Hello,

So, please tell us, how we can make it better?

Posted
On 10/30/2020 at 2:46 PM, Sherzod said:

So, please tell us, how we can make it better?

 

better it is a infinite scrolling like in Twitter or Facebook

  • Like 1
Posted
7 hours ago, Hayri ASLAN said:

Hi, We already implemented infinite scrolling.

 

you have an example using Devart UniDAC

Posted
On 11/3/2020 at 2:26 AM, Hayri ASLAN said:

Hi, We already implemented infinite scrolling.

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

 

1. paged := False, smart fetch := true (image 1 and 2).

(SmartFetch Mode enabling fast bi-directional navigation through large datasets)

    UniQuery1.SmartFetch.LiveBlock := True;
    UniQuery1.SmartFetch.Enabled   := True;
    UniQuery1.SpecificOptions.Values['FetchAll'] := 'True';

// https://forums.devart.com/ru/viewtopic.php?f=26&t=26724&p=22189#p20128

 

2. use my example from the link above  (uniDAC + Firebird 3).

3. press Grid button to create the frame and then press Refresh button (image 3).

 

Screenshot_4.jpg

Screenshot_5.jpg

Screenshot_3.jpg

  • 2 months later...
Posted
On 11/3/2020 at 2:26 AM, Hayri ASLAN said:

Hi, We already implemented infinite scrolling.

where?

Posted
2 minutes ago, Hayri ASLAN said:

Please check Grid - Infinite Scroll demo

Sorry, but in real projects nobody uses TClientDataset.

Do you have a working example based on FireDAC, uniDAC?

Posted
Just now, x11 said:

Sorry, but in real projects nobody uses TClientDataset.

Do you have a working example based on FireDAC?

Hi

I tested it with MySQL and it is working as expected.

Posted

loading...............

It says "loading...." but the records are not loaded, the program hangs

Screenshot_19.jpg

Posted
On 1/12/2021 at 9:28 PM, Hayri ASLAN said:

Are you getting any error? What is not working?

do you test my test-case?

  • 2 months later...
×
×
  • Create New...