Hi Team,
I have created view from the list available in sharepoint. It is displaying the list item in grid style on referring the below URL in Chrome.
http://spdev4:1205/apps/bc/Lists/Employee%20Case/My%20Employee%20Cases.aspx.
Each item from the grid is opened in separate browser tab. For example 3 items in 3 different tabs.
All the three tabs are displaying details form developed in Sharepoint Custom application. In this form there is delete button which will delete the item from the list.
So, I clicked delete button available in each tabs one after another fast. So only last clicked delete button has deleted the item and after deleting showing the error message as shown below.
No item exists. It may have been deleted or renamed by another user.] Microsoft.SharePoint.SPContext.get_Item() +1980
Other two tabs not deleted the items from the list though I clicked delete button there also.
Kindly tell me what could be reason so that I can fix this issue.
Thanks & Regards,
Gopi Thakur