Did the GridItemEventArgs change for the edit click in the ItemDataBound event? I copied some code from a project that was using 2009 Q3 and after a couple minor changes, it didnt work the same. There is an ItemDataBound If statement that checks the e.Item type where it is of type GridEditFormItem (I beleive it uses GridEditableItem also in that project), but now in the 2010 Q1 version it seems to always be passing a GridDataItem (edit and insert clicks)
Was there a change, or am I just misunderstanding what the GridItemEventArgs object type is supposed to be?
EDIT: nm I am an idiot, my "minor changes" I replaced the editMode="InPlace" and it needs to be "EditForms" to pass the GridEditFormItem
Was there a change, or am I just misunderstanding what the GridItemEventArgs object type is supposed to be?
EDIT: nm I am an idiot, my "minor changes" I replaced the editMode="InPlace" and it needs to be "EditForms" to pass the GridEditFormItem