Ver Mensaje Individual
  #1 (permalink)  
Antiguo 26/07/2009, 12:11
prosi
 
Fecha de Ingreso: abril-2008
Mensajes: 87
Antigüedad: 16 años
Puntos: 0
Exclamación Crear paginación dataGrid con Dojo

Hola,

Estoy intentando hacer un dataGrid con paginación con el framework de dojo, pero no encuentro ninguna documentación.
El grid que tengo es el siguiente:

<table dojoType="dojox.grid.DataGrid" store="myStore" jsId="migrid" id="migrid" rowsPerPage="5" style="width: 400px; height: 200px;" clientSort="true" rowSelector="20px" query="{ name: '*' }">
<thead>
<tr>
<th field="name" width="200px">ID</th>
<th field="abbreviation" width="200px">Nombre</th>
</tr>
</thead>
</table>

Alguien me podría echar una mano?.

Saludos!!