Enable / Disable grid rows dynamically

Enable / Disable grid rows dynamically

To enable / disable grid rows conditionally, use a savevalue false field named "axpvalid+ {dc number}" with an expression to return a character between [a-d]
eg. if the grid dc is dc2 then the field name should be defined as axpvalid2. Following are different expressions, available to control the grid.

{a} - Enable the row
{b} - Disable delete button
{c} - Disable row completely 
{d} - Disable row but allow to delete.
    • Related Articles

    • To Excel - Rows missmatch

      The rows exporting in excel is less than what it is showing in iview. When trying to take trace file, it is throwing an issue " File access denied" (refer screenshot). So not able to get the trace file. XL export default focuses only on the records ...
    • Issue with Grid Not Loading for Users

      Issue is 380 items are loading correctly in the grid when accessed through the Admin Developer . However, on the same system, the item grid is not loading for users. If ORA-01460 occurs only for end users but not for the admin, it likely points to a ...
    • Enable "Save as Draft" Functionality in Axpert 11.3 Release 18

      Ensure the configuration properties and intervals are set properly. Auto Save Draft if tstruct fields are changing after a particular time ,it will save the data in redis at regular intervals which can be set from developer options. To enable this ...
    • Fill on post genmap

      Using this both grid or nongrid data can be filled in the target tstruct on posting through Genmap.  While filling from sql, sql node is mandatory in xml and sql fieldname and tstruct fieldname(to be filled) should be same. While filling from another ...
    • Hide columns in a Fillgrid

      To hide any query column in fillgrid, set the caption with prefix "hide_"  when mapping. This can be used, if we have a scenario to fill the hidden fields in the grid through fillgrid.