Post Closed
265
Views
5
Comments
[OutSystems Data Grid Web Sample] DataGrid do not Clear information when refreshed
outsystems-data-grid-web-sample
Web icon
Forge asset by OutSystems

Hi,

When I choose [Remove Selected Rows], or edit the record, but do not send data, I press the search button.

The DataGrid is refreshed but the previous deletion or edited information still exists, and can still be submitted.


And i can delete or edit data when DataGrid hasn't any [Remove Selected Row].

I have suggested that when calling the getGridData function to refresh, it will also clear the deleted or modified data.

I have improved on my system like that.


Thanks & Best Regards!

2021-01-12 14-29-49
Prajakta Roshankhede

What exactly are you doing on send removed or on send changed button? 

You should iterate the table list records and checked for selected rows and if it is selected then delete or send  the record from entity. 


Thanks & Regards

Prajakta Roshankhede 

2020-10-19 05-14-26
Huyen IT

Prajakta Roshankhede wrote:

What exactly are you doing on send removed or on send changed button? 

You should iterate the table list records and checked for selected rows and if it is selected then delete or send  the record from entity. 


Thanks & Regards

Prajakta Roshankhede 

Hi Prajakta Roshankhede,

Steps follows:

Step 1: Checked  any record
Step 2: Right click, select [Remove Selected Rows]
Step 3: Click [Search] button.       => [Send Removed] button will be enable.
Step 4: Click [Send Removed]      => Record of step 1 will be Delete.

Why Information of step 1,2 still existing?

Thanks & Best Regards

2020-10-19 05-14-26
Huyen IT

David Kring wrote:

Huyen IT wrote:

Prajakta Roshankhede wrote:

What exactly are you doing on send removed or on send changed button? 

You should iterate the table list records and checked for selected rows and if it is selected then delete or send  the record from entity. 


Thanks & Regards

Prajakta Roshankhede 

Hi Prajakta Roshankhede,

Steps follows:

Step 1: Checked  any record
Step 2: Right click, select [Remove Selected Rows]
Step 3: Click [Search] button.       => [Send Removed] button will be enable.
Step 4: Click [Send Removed]      => Record of step 1 will be Delete.

Why Information of step 1,2 still existing?

Thanks & Best Regards


Thank you very much for your help :) I was wondering about the same thing. 

Regards,

KZ

Maybe it will be fix in next version ^^


UserImage.jpg
ferick jon

Thanks you have done a great work.