Jump to content

Delayed UniDBGrid Filtering Demo GridFilter2


M.Ammar

Recommended Posts

Hi all 

i need to make delayed UniDBGrid Filtering like the one in Demo GridFilter2 example the one working with the Enter Button,

I have compared the two projects (GridFilter1, GridFilter2) but I have failed to find any differences that make this option work

sorry if I missed an obvious setting but I can't seem to find it

I have also found that the option   ( uniDbGrid1.Columns[1].Filtering.changedelay := 40000), do not have any effect no matter the number I use.

best regards

Link to comment
Share on other sites

52 minutes ago, M.Ammar said:

I have also found that the option   ( uniDbGrid1.Columns[1].Filtering.changedelay := 40000), do not have any effect no matter the number I use.

UniEdit1 (filter editor) -> CharEOL = #0,  

... -> Filtering.changedelay := 4000 (40000) - this will work

Link to comment
Share on other sites

40 minutes ago, Sherzod said:

Hi,

For the second example, CharEOL property is set in the editors:

For example UniEdit1 -> CharEOL = #13 (default #0) 

thank you very much for the fast reply

this worked for me fine  

34 minutes ago, Sherzod said:

UniEdit1 (filter editor) -> CharEOL = #0,  

... -> Filtering.changedelay := 4000 (40000) - this will work

 

the default value for this is  #0, so it is still not working for me, but the first method is enough for me thanks again

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...