Atozed Forums
Problem with IWDBGrid Async refresh - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Problem with IWDBGrid Async refresh (/thread-1801.html)

Pages: 1 2 3 4


Problem with IWDBGrid Async refresh - Comograma - 07-14-2020

Until v15.2, when I did a IWDBGrid.Refresh, the grid would refresh properly and the regions where the IWDBGrid resides in would refresh and resize properly.
From v15.2 and even with v15.2.6, this isn't update correctly.
I attatched 2 images to explain what's happening.
What has changed that is provoque this behaviour and how to achieve the correct result like before?


RE: Problem with IWDBGrid Async refresh - Jose Nilton Pace - 07-14-2020

Hi, try:
IWDBGrid.DoRefreshControl := True;


RE: Problem with IWDBGrid Async refresh - Comograma - 07-14-2020

(07-14-2020, 01:04 PM)Jose Nilton Pace Wrote: Hi, try:
IWDBGrid.DoRefreshControl := True;
It's the same IWDBGrid.Refresh with the same result. Not working  Sad


RE: Problem with IWDBGrid Async refresh - Alexandre Machado - 07-16-2020

I don't see any images. Can you create a test case application showing it?


RE: Problem with IWDBGrid Async refresh - Comograma - 07-16-2020

(07-16-2020, 04:00 AM)Alexandre Machado Wrote: I don't see any images. Can you create a test case application showing it?
Too complex to create a test case. I attached the images again.


RE: Problem with IWDBGrid Async refresh - Alexandre Machado - 07-17-2020

I see that you are using templates, but I don't know which picture is which. Seems that the first it the wrong one. Is that correct?


RE: Problem with IWDBGrid Async refresh - Comograma - 07-17-2020

(07-17-2020, 05:46 AM)Alexandre Machado Wrote: I see that you are using templates, but I don't know which picture is which. Seems that the first it the wrong one. Is that correct?
I'm not using templates, just using bootstrap 3. And yes, the first image is with version 15.2.6 wich is the incorrect one.


RE: Problem with IWDBGrid Async refresh - PaulWeem - 07-17-2020

(07-17-2020, 09:29 AM)Comograma Wrote:
(07-17-2020, 05:46 AM)Alexandre Machado Wrote: I see that you are using templates, but I don't know which picture is which. Seems that the first it the wrong one. Is that correct?
I'm not using templates, just using bootstrap 3. And yes, the first image is with version 15.2.6 wich is the incorrect one.

Looks like a clipregion problem.


RE: Problem with IWDBGrid Async refresh - Alexandre Machado - 07-21-2020

(07-17-2020, 09:29 AM)Comograma Wrote:
(07-17-2020, 05:46 AM)Alexandre Machado Wrote: I see that you are using templates, but I don't know which picture is which. Seems that the first it the wrong one. Is that correct?
I'm not using templates, just using bootstrap 3. And yes, the first image is with version 15.2.6 wich is the incorrect one.

Can you please create a simple test case with 1 form and 1 grid showing this behavior? 

A IWBootstrap form can be configured in many different ways and there is no guarantee that it will match yours


RE: Problem with IWDBGrid Async refresh - Comograma - 07-21-2020

(07-21-2020, 08:49 AM)Alexandre Machado Wrote:
(07-17-2020, 09:29 AM)Comograma Wrote:
(07-17-2020, 05:46 AM)Alexandre Machado Wrote: I see that you are using templates, but I don't know which picture is which. Seems that the first it the wrong one. Is that correct?
I'm not using templates, just using bootstrap 3. And yes, the first image is with version 15.2.6 wich is the incorrect one.

Can you please create a simple test case with 1 form and 1 grid showing this behavior? 

A IWBootstrap form can be configured in many different ways and there is no guarantee that it will match yours
Ok, this was very painfull but here it goes. Has I said, my test case works great with v15.2.0 and since that until v15.2.6, it doesn't work has expected.
There are images, js and css attached.
Obrigado Alexandre ?