Hi masters
I have this igrid applet:
<APPLET NAME="ConsultarComponentesApplet" CODEBASE="/XMII/Classes" CODE="iGrid" ARCHIVE="illum8.zip" WIDTH="480" HEIGHT="270" MAYSCRIPT>
<PARAM NAME = "QueryTemplate" VALUE="MonitorPesagemOrdem/Query/ConsultarComponentesQuery">
<PARAM NAME = "DisplayTemplate" VALUE="MonitorPesagemOrdem/Grid/ConsultarComponentesGrid">
<PARAM NAME="SelectionEvent" VALUE="ConsultarComponentesApplet_Selected">
</APPLET>
it is working well, but in some moment I need to clear the iGrid content, I did not find a method to do it, do you know ? Or is the unique way to delete each row ?