I am building a row button that'll make a duplicate of the row the user clicked. I want it to then let the user edit the row. In my particular case I am using the built in popup form to edit the row.
So I have a GridButtonColumn, I catch it in the OnItemCommand event - but how do I initiate the edit on the new row? Or, bring up the New Row form, loaded with the data from the row I'm copying?
So I have a GridButtonColumn, I catch it in the OnItemCommand event - but how do I initiate the edit on the new row? Or, bring up the New Row form, loaded with the data from the row I'm copying?