For certain functionality I’m developing, should not be put in bold the grid’s row when called to dp.setUpdated(rowId, true, “updated”) method. Is this possible?
In the developments of my company DHTMLX PRO version 4.6 is used.
Thank in advance.
For certain functionality I’m developing, should not be put in bold the grid’s row when called to dp.setUpdated(rowId, true, “updated”) method. Is this possible?
In the developments of my company DHTMLX PRO version 4.6 is used.
Thank in advance.
You can do it like next
dp.styles.updated = " "; //define your own styles or an empty string
dp.styles.inserted = " ";
dp.styles.deleted = " ";