/* Adjust the size of the GridView container */
.my-custom-grid-container {
    width: 100%; /* Set the desired width, such as a percentage or pixel value */
    height: 800px; /* Set the desired height, such as a pixel value */
    /* You can also set other styles like padding, margins, etc. */
}
/* Ajusta el z-index del cuadro de confirmación */
.bootbox.modal {
    z-index: 1060 !important;
}
.modal {
    z-index: 1060 !important;
}