Hi Massimo,
Greetings from Syncfusion support.
Based on the query we would like to let you know that the current Grid instance can be retrieved in its dataBound event from ‘this’ keyword. So here you can get the current Grid id from this instance as demonstrated in the below code snippet,
|
// Grid’s dataBound event handler
function dataBound() {
var gridId = this.element.id;
} |
Please get back to us if you require any further assistance.
Regards,
Sujith R