Using Advanced Grid to delete a datatable row
I have a simple datatable thing that I am populating and editing successfully with the advanced grid. I am not able to get the widget to delete rows. The datatable does have a primary key. Can someone please tell me how to get this working? I am on v8.5 sp4, and I have seen other threads that say this was a bug that has been fixed in this version. ( cc
I have tried binding
selected rows ->DeleteDataTableEntry
selected rows -> DeleteDataTableEntries
deleted table ->DeleteDataTableEntry
deleted table-> DeleteDataTableEntries
None of those seem to work.
Thanks in advance.

