Hi Oscar,
Thanks for contacting Syncfusion support.
We validated your requirement at our end. You can resolve this by using following code example in the load event of Grid.
|
[index.js]
load() {
// get the Grid instances from its element
var grid = document.getElementById('adaptivebrowser').ej2_instances[0];
// bind the property as you want
grid.adaptiveDlgTarget = document.getElementsByClassName('e-mobile-content')[0];
}
|
Please get back to us if you need further assistance with this.
Regards,
Rajapandiyan S