Somehow something has gone wrong with my grid implementation and the delete action no longer works. It isn't even firing the click event for the trashcan icon. If I put a breakpoint on the JS, it breaks in the demo apps, but not in mine. The edit action works fine – everything else works fine. Just no delete. The js code looks the same for my grid as for demos.
<a class="ui-custom-icon ui-icon ui-icon-trash" title="Delete this row" href="javascript:void(0);" onclick="jQuery('#list1').resetSelection(); jQuery('#list1').setSelection('3105'); jQuery('#del_list1').click(); "></a>
Any ideas?
1 Answers
Your Answer