So I’m dealing with an odd issue. I modified the Count Tag entry grid and added a new column. I populate the grid via a BPM on Erp.BO.CountTag.GetRows.
The data is populating, but when I click on the row / in the new column, data disappears, and it allows me to overwrite it.
I did not check Editable, as this should be a readonly column, so unsure if this is just a Kinetic issue?
Thank you! That helped stop the ability to type in there, so I appreciate the tip very much! However, it still wipes the data once I click the row. I wonder if it’s because of the type of grid?
Oh man … the disappearing data makes me think the grid is getting refreshed using something other than GetRows - like an event that is cleaning up the data view? What if you add your custom column to the data view?
What does the browser trace look like when you select the row?
You are correct! I cleared the console, clicked a row, and a ton of events fired up. I will hopefully be able to use the same code on one of these via a BPM and should be ok then. Thank you!
Just to aid others who may encounter this, to ensure your custom column data stays visible, you’ll want to setup a post-processing BPM on the following: