Do we have any option to configure for pqGrid to inject unique identifier field for each row.
For example, to track grid changes, it is required to give a unique identifier of each row in dataModel property of recIndx.
Also in treeModel, it is expected to a field which stores unique identifier of each row.
Is there any way to configure for pqGrid to make unique identifier internally for each row in absence of "Id" field.[We don't get any identity field in JSON data from service. If pqGrid has any such option then we don't required to iterate and set id field manually].
Thanks!