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!
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
Prajakta Roshankhede wrote:
Hi Prajakta Roshankhede,
Steps follows:
Step 1: Checked any recordStep 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
David Kring wrote:
Huyen IT wrote:
Thank you very much for your help :) I was wondering about the same thing.
Regards,
KZ
Maybe it will be fix in next version ^^
Thanks you have done a great work.