$x->addStandardControl(EyeDataGrid::STDCTRL_OP, "");
$x->addStandardControl(EyeDataGrid::STDCTRL_DELETE, "if(confirm('Desea eliminar la afiliacion  No.%_P% ?')) { document.location.href='borrar.php?id=%_P%';}");
//
// Mostrar casillas de verificación
//$dg->showCheckboxes();
// Mostrar números de fila
//$x->showRowNumber();
// Agregar el control
$x->showCreateButton("if(confirm('Desea ingresar una nueva Razon Social ?')) { document.location.href='actualizacion_razon.php';}", EyeDataGrid::TYPE_ONCLICK, 'Nuevo');
/* Aplicar una función a una fila
function returnSomething($nombres)
{
	return strrev($nombres);
}
$x->setColumnType('nombres', EyeDataGrid::TYPE_FUNCTION, 'devolver algo', '%nombres%');*/
if (EyeDataGrid::isAjaxUsed()) {
    $x->printTable();
    exit;
}
?>
<html>
<head>
<title>Seguimiento</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Type" content="text/html; charset=uft-8">
<link href="stylesheets/grilla.css" rel="stylesheet" type="text/css">

</head>
<body bgcolor="#ffffff">
<!--<h1>Seguimiento de Gestion.</h1>
<ul>Se&ntilde;or administrador, estos datos son para su verificacion.