Hello,
Is there a way to Show bolded font for newly inserted records?
We can maintain the last ID of the record for every page visit and then any record which are added in the grid will be greater than that last ID
Is there any way to show only these records in BOLD?
There is one Code Library which describes how to select the last
inserted row. Please take a look at this and use the same logic to get the last inserted row. Select Last Inserted Row
And try the following code snippet to show one row in grid in bold.