1. SmartGWTPower 3.0, Windows Platform and IE/FireFox/Chrome etc
2. Experiencing maximum curosrs execeeded when pulling the scroll in listgrid to end of listgrid.
I remember that isomorphinc suggested to set sqlpagaing = "sqllimit".
<<In 2.5 we have made this more configurable and you can set dataSource.sqlPaging = "sqlLimit" or even operationBinding.sqlPaging = "sqlLimit" (in your .ds.xml file).>>
I tried and it does not work. i know i am not setting it correctly. Please help where to set this in below datasource.
<DataSource
dbName="Oracle"
tableName="V_MASTER_DATA"
ID="T_MASTER_DATA"
serverType="sql"
>
<fields>
<field name="DATA_ID" primaryKey="true" type = "sequence" hidden="true"></field>
<field name="DATA_TYPE_ID" primaryKey="true" type = "number" hidden="true"></field>
<field name="DATA_TYPE_NAME" title = "Type" length="30" type="text" hidden="false"></field>
<field name="DATA_NAME" title = "Standard Value" length="100" type="text" hidden="false"></field>
<field name="DATA_DESC" title = "Standard Description" length="500" type="text" hidden="false"></field>
<field name="DATA_TYPE_TECH_NAME" title = "Type" length="20" type="text" hidden="true"></field>
<field name="LANGUAGE_LIST" hidden="false" type="text" title = "Languages List"></field>
</fields>
</DataSource>
2. Experiencing maximum curosrs execeeded when pulling the scroll in listgrid to end of listgrid.
I remember that isomorphinc suggested to set sqlpagaing = "sqllimit".
<<In 2.5 we have made this more configurable and you can set dataSource.sqlPaging = "sqlLimit" or even operationBinding.sqlPaging = "sqlLimit" (in your .ds.xml file).>>
I tried and it does not work. i know i am not setting it correctly. Please help where to set this in below datasource.
<DataSource
dbName="Oracle"
tableName="V_MASTER_DATA"
ID="T_MASTER_DATA"
serverType="sql"
>
<fields>
<field name="DATA_ID" primaryKey="true" type = "sequence" hidden="true"></field>
<field name="DATA_TYPE_ID" primaryKey="true" type = "number" hidden="true"></field>
<field name="DATA_TYPE_NAME" title = "Type" length="30" type="text" hidden="false"></field>
<field name="DATA_NAME" title = "Standard Value" length="100" type="text" hidden="false"></field>
<field name="DATA_DESC" title = "Standard Description" length="500" type="text" hidden="false"></field>
<field name="DATA_TYPE_TECH_NAME" title = "Type" length="20" type="text" hidden="true"></field>
<field name="LANGUAGE_LIST" hidden="false" type="text" title = "Languages List"></field>
</fields>
</DataSource>
Comment