Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1106
Handling UI Updates For Manual CRUD operations ?????
posted

Hi,

I have successfully implemented my DAL level library to CREATE, UPDATE and DELETE Rows int he backend storage. However I have a few issues.

THe changes are made to the grid when you Create OR Update. In terms of delete, no Row is deleted. I

It seems to me that you really need to re-bind  those islands where the change was made ( I assume Islands are all rows within a band regardless of whos parent they have).

How do I force the UI to update after an update of some sort is attempted. Can someone please help me here.