You are on page 1of 3

<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="LiderDesarrollo.aspx.cs" Inherits="Requerimiento.LiderDesarrollo" %> <%@ Register Assembly="DevExpress.Web.v12.1, Version=12.1.7.

0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" Namespace="DevExpress.Web.ASPxSplitter" TagPrefix="dx" %> <%@ Register assembly="DevExpress.Web.ASPxGridView.v12.1, Version=12.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.Web.ASPxGridView" tagprefix="dx" %> <%@ Register assembly="DevExpress.Web.ASPxEditors.v12.1, Version=12.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.Web.ASPxEditors" tagprefix="dx" %> <asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server"> <script language="javascript" type="text/javascript"> function OngvTareaFocusedRowChanged() { DetailNotes.SetText("Loading..."); gvRequerimiento.GetRowValues(gvRequerimiento.GetFocusedRowIndex(), 'IdRequerimiento', OnGetRowValues); } function OnGetRowValues(values) { //DetailImage.SetImageUrl("FocusedRow.aspx?IdRequerimiento=" + values[0]); // DetailImage.SetVisible(true); // DetailNotes.SetText(values[1]); } </script> // </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder" runat="server"> </asp:Content> <asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder1" runat="server"> </asp:Content> <asp:Content ID="Content4" ContentPlaceHolderID="MainContent" runat="server"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td valign="top" style="width: 100%;"> <dx:ASPxSplitter ID="ASPxSplitter1" runat="server" Height="400px" Width="100%"> <Panes> <dx:SplitterPane ShowCollapseBackwardButton="True"> <ContentCollection> <dx:SplitterContentControl ID="SplitterContentControl1" runat="server"> <dx:ASPxGridView ID="gvRequerimiento" ClientInstanceName="gvRequerimiento" runat="server" EnableTheming="True" Theme="Office2003Blue" KeyFieldName="IdRequerimiento" OnFocusedRowChanged="gvRequerimiento_FocusedRowChanged"> <ClientSideEvents FocusedRowChanged="function(s, e) { OngvTareaFocusedRowChanged(); }"></ClientSideEvents> <Columns>

<dx:GridViewDataColumn FieldName="IdRequerimiento" VisibleIndex="0" Visible="True" /> <dx:GridViewDataColumn FieldName="Numero" VisibleIndex="1" /> <dx:GridViewDataColumn FieldName="Resumen" VisibleIndex="2" /> <dx:GridViewDataColumn FieldName="Nombre" VisibleIndex="3" /> <dx:GridViewDataColumn FieldName="Prioridad" VisibleIndex="4" /> </Columns> <Settings ShowGroupPanel="true" /> <SettingsBehavior AllowFocusedRow="True" /> <ClientSideEvents FocusedRowChanged="function(s, e) { OngvTareaFocusedRowChanged(); }" /> <SettingsBehavior AllowFocusedRow="True"></SettingsBehavior> <Settings ShowGroupPanel="True"></Settings> </dx:ASPxGridView> </dx:SplitterContentControl> </ContentCollection> </dx:SplitterPane> <dx:SplitterPane ShowCollapseForwardButton="True"> <Panes> <dx:SplitterPane ShowCollapseBackwardButton="True"> <ContentCollection> <dx:SplitterContentControl ID="SplitterContentControl2" runat="server"> <dx:ASPxGridView ID="gvTarea" ClientInstanceName="gvTarea" runat="server"> <Columns> <dx:GridViewDataColumn FieldName="IdRequerimiento" VisibleIndex="0" Visible="True" /> <dx:GridViewDataColumn FieldName="Nombre" VisibleIndex="1" /> <dx:GridViewDataColumn FieldName="FechaInicio" VisibleIndex="2" /> <dx:GridViewDataColumn FieldName="FechaFin" VisibleIndex="3" /> <dx:GridViewDataColumn FieldName="Responsable" VisibleIndex="4" /> <dx:GridViewDataColumn FieldName="Esfuerzo" VisibleIndex="5" /> <dx:GridViewDataColumn FieldName="Porcentajeejecucion" VisibleIndex="6" /> </Columns> </dx:ASPxGridView> </dx:SplitterContentControl> </ContentCollection> </dx:SplitterPane> <dx:SplitterPane> <ContentCollection> <dx:SplitterContentControl ID="SplitterContentControl3" runat="server"> Pane 1-1 </dx:SplitterContentControl> </ContentCollection>

</dx:SplitterPane> <dx:SplitterPane> <ContentCollection> <dx:SplitterContentControl ID="SplitterContentControl4" runat="server"> Pane 1-2 </dx:SplitterContentControl> </ContentCollection> </dx:SplitterPane> </Panes> <ContentCollection> <dx:SplitterContentControl runat="server" SupportsDisabledAttribute="True"></dx:SplitterContentControl> </ContentCollection> </dx:SplitterPane> </Panes> </dx:ASPxSplitter> </td> </tr> </table> </asp:Content>

You might also like