Ver Mensaje Individual
  #1 (permalink)  
Antiguo 25/01/2012, 13:46
chino_black
 
Fecha de Ingreso: mayo-2011
Mensajes: 36
Antigüedad: 13 años
Puntos: 0
Pregunta CoolGridView datos movidos

Hola a todos gente del foro



Les cuento, necesito cambiar los GridView de mi sistema por CoolGridView, pero al realizar el cambio los datos me quedan movidos. les adjunto un imagen para que vean.



Y el codigo que tengo en el aspx es:


Código:
<cc1:CoolGridView Height="300px"
            ID="grid_proyectos" 
                runat="server" 
                BackColor="White" 
                BorderColor="#CCCCCC" 
                BorderStyle="Groove" 
                BorderWidth="1px" 
                CellPadding="4" 
                GridLines="Horizontal" 
                PageSize="5" 
                EnableSortingAndPagingCallbacks="True" Width="100%" ForeColor="Black"
            >
                <Columns>
                    <asp:ButtonField ButtonType="Button" CommandName="Select" HeaderText="Ver" 
                        ShowHeader="True" Text="Ver" />
                </Columns>
                <FooterStyle BackColor="#CCCC99" ForeColor="Black" />
                <HeaderStyle BackColor="#EEEEEE" Font-Bold="True" ForeColor="Black" />
                <PagerStyle BackColor="White" ForeColor="Black" HorizontalAlign="center"/>
                <SelectedRowStyle BackColor="#CC3333" Font-Bold="True" ForeColor="White" />
                <SortedAscendingCellStyle BackColor="#F7F7F7" />
                <SortedAscendingHeaderStyle BackColor="#4B4B4B" />
                <SortedDescendingCellStyle BackColor="#E5E5E5" />
                <SortedDescendingHeaderStyle BackColor="#242121" />
            </cc1:CoolGridView>


Saludos