I'm working with a gridView and I already did Edit on Grid which worked just fine.But when I grouped a column using GridViewHelper,it just doesn't work anymore.Any ideea why?
I've noticed using OnUpdateRow function that when I choose Update it takes Edit as e.CommandName,but when I choose Cancel it takes Cancel,so it's only a problem with the Update.
Also I have the onUpdatingRow function when used with grouping,it dosen't fire.