Is there any way to prevent editing of the first row in a grid? I need to allow editing of the remainder of cells in the grid (based on the config), however, I want to prevent all editing for the entire first row.
I found one issue while using closecell.when navigation property is set true for the grid and you call closecell on edit , the navigation gets disrupted. The navigation gets back to work after some more keypress or when control comes back to cell again.