Hi Experts,
I have implemented readOnly grid with RecordType as a datasource.
Search options was only working for the the columns which I have configured in the gridField, so for search to filter on all the columns I have added all the columns of the cdt/table as gridField column with showWhen as false.
Will it be having any impact of performance?
I tried to lookinto the performance matrix of the UI but in both the cases performance is almost identical.
Q: Question that I have up in my mind is weather the performance will get deteriorated with the increase in amount of data pulled through record or will it behave as it is ?
Q: Since all the data is already coming through record , showing it in grid will have considerable impact on performance or not ?
Discussion posts and replies are publicly visible
My recommendation is to not go that way. If you allow a user to search for records on fields not displayed, how does he know which one to pick?