If I double click on the summary row, it can be edited.
Screen shot and example in attachment.
Regards,
Daniele
Screen shot and example in attachment.
Regards,
Daniele
#isc_2R{ pointer-events: none; }
gwt.. grid.setId("ps1"); Javascript.. $("[eventproxy='ps1_summaryRow']").css("pointer-events","none"); $("[eventproxy='<YOUR GRID ID>_summaryRow']").css("pointer-events","none");
Comment