I currently have an observable grid, and have a function that selects a random row and changes 3 elements of the grid. For some reason, these changes cause the entire grid ui to refresh. Looking at the data-uid property in browser shows that the ids increase on an increment of 30. I need this to refresh only specific cells as this refresh causes a lot of lag. Thanks!