Note that there are some explanatory texts on larger screens.

plurals
  1. POxPages Dojo Grid Events Not Working
    primarykey
    data
    text
    <p>I am attempting to double click on a dojo grid to open a document. During this exercise I have found that I cannot execute any events from the dojo grid. Even if I try to execute a relatively simple event such as navigating to a page on the dojo grid events it fails to run at all.</p> <p>Is there anything that I am missing? Is there anyway to troubleshoot this?</p> <p>Thanks,</p> <p>[edit] 8.5.2</p> <p>[edit2] </p> <pre><code> &lt;xe:this.service&gt; &lt;xe:viewItemFileService contentType="application/json" defaultColumns="true" var="entry" viewName="RFCID"&gt; &lt;/xe:viewItemFileService&gt; &lt;/xe:this.service&gt; &lt;/xe:restService&gt; &lt;xp:br&gt;&lt;/xp:br&gt; &lt;xe:djxDataGrid id="djxDataGrid1" storeComponentId="restService1" escapeHTMLInData="false" loadingMessage="Loading Data"&gt; &lt;xe:djxDataGridColumn id="djxDataGridColumn1" field="rfcid" label="RFC ID" width="30" editable="false"&gt; &lt;/xe:djxDataGridColumn&gt; &lt;xe:djxDataGridColumn id="djxDataGridColumn2" label="Request Title" field="requesttitle" width="200"&gt; &lt;/xe:djxDataGridColumn&gt; &lt;xe:djxDataGridColumn id="djxDataGridColumn3" label="Initiator" field="initiator" width="100"&gt; &lt;/xe:djxDataGridColumn&gt; &lt;xe:djxDataGridColumn id="djxDataGridColumn4" label="Waiting On" field="waitingon" width="100"&gt; &lt;/xe:djxDataGridColumn&gt; &lt;xe:djxDataGridColumn id="djxDataGridColumn5" label="Status" field="rfcstatus" width="150"&gt; &lt;/xe:djxDataGridColumn&gt; &lt;xp:eventHandler event="onRowDblClick" refreshMode="complete" immediate="true" submit="true"&gt; &lt;xe:this.action&gt; &lt;xp:openPage name="/Home.xsp" target="newDocument"&gt;&lt;/xp:openPage&gt; &lt;/xe:this.action&gt; &lt;/xp:eventHandler&gt;&lt;/xe:djxDataGrid&gt; &lt;xp:br&gt;&lt;/xp:br&gt; &lt;/xp:view&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload