fix con stile riga selected x DettScheda...

This commit is contained in:
Samuele E. Locatelli
2015-06-10 12:46:42 +02:00
parent af7e5bc87b
commit c16b13e5a0
7 changed files with 1 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,6 +1,7 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_DettScheda.ascx.cs" Inherits="CMS_SC.WebUserControls.mod_DettScheda" %>
<asp:GridView ID="grView" runat="server" AutoGenerateColumns="False" DataKeyNames="CodScheda,Vers,CodMisura" DataSourceID="ods" CssClass="table table-striped table-hover" AllowPaging="True" AllowSorting="True" OnSelectedIndexChanged="grView_SelectedIndexChanged">
<PagerStyle CssClass="info" />
<SelectedRowStyle CssClass="info" />
<EmptyDataTemplate>
<asp:Button runat="server" ID="btnNewFromEmpty" Text='<%# traduci("btnAddNewFromEmpty") %>' OnClick="btnNewFromEmpty_Click" />
</EmptyDataTemplate>
Binary file not shown.
Binary file not shown.
Binary file not shown.