Wählen Sie Ihren SQL-Server:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Neuheiten abonnieren
Partners
Testimonials
Jonathan Oakes: "This is a lovely application. It's easy to hook into my own bespoke applications. It's very powerful, yet really quite simple to use. Thanks for this".
Mike Little: "Great product, thank you for your great work and sharing".

More

Add your opinion

PHP Generator for MySQL online Help

Prev Return to chapter overview Next

GetGrid

Returns the grid object (an instance of the Grid class).

 

Signature:

function GetGrid()

 

Example:

To disable the Multi Edit feature for a certain page, place the following code in the OnPreparePage event handler:

 

$this->GetGrid()->setMultiEditAllowed(false);

 



Prev Return to chapter overview Next