The problem
I am having a problem, with a Listview that gets included in a Webpart.
When I am trying to make a, action on a list item, I get the dropdown. If I let et close and try to open it again nothing happens.
I don't get a error, and it is testing in IE7->8, FF and Chrome.
The webparts are included like this:
<table class="cols-table">
<tr>
<td class="cols cols-3">
<WebPartPages:WebPartZone runat="server" FrameType="TitleBarOnly" ID="Top" Title="loc:left">
<ZoneTemplate></ZoneTemplate>
</WebPartPages:WebPartZone>
</td>
</tr>
<tr>
<td class="cols cols-3">
<WebPartPages:WebPartZone runat="server" FrameType="TitleBarOnly" ID="Bottom" Title="loc:Left">
<ZoneTemplate></ZoneTemplate>
</WebPartPages:WebPartZone>
</td>
</tr>
</table>
This is the gridview:
<SharePoint:SPGridView runat="server" ID="gvKurser">
</SharePoint:SPGridView>
I don't know where to look, to find a solution to this bug, it would be nice if you could give me a pointer. If you need anymore infomation just let me know, and I'll try to provide it.
Screenshot
Here is a screenshot, that show the dropdown/popup:
Hope I explained this well, it is a hard one.