Table name is "catalog_mov" and I tried the following code placed in the List, View, Add, Edit:Javascript on Load event in several parts individually :
var dTableName = 'catalogmov';
$("a[@id^=ieditlink"+pageid+"]").each( function()
{
$(this).click();
});
Unfortunately it does not open the inline edit for the items.
Could somebody has another code to use it, please.
Thank you