Hi,
I am trying to add a more less link on a column in a read only grid. However, it only works if the grid has indexed data and not if it is converted to json.
Converting to json is also mandatory as the paging is not working if the grid rows are not converted to json(The data is coming from record type).
I already tried the "a!fromjson" function on that specific column but the link is not working.
Is there a way that the more/less link can work even if I convert the grid to json?
Discussion posts and replies are publicly visible
aman_rastogi said:Converting to json is also mandatory as the paging is not working if the grid rows are not converted to json(The data is coming from record type).
When you refer the record type directly or using a!recordData() what issue are you facing? you dont have to mandatorily convert to json!