I've got a radgrid with a master table and a detail table, both of which are updatable using the built in Update/Insert options and databound using ObjectDataSources. The master table displays versioned information--data that changes QoQ for the business.
We want to change the functionality so that when changes are made, a confirmation dialog pops up to ask the user if they want to update the current record--or create a copy of it for the next quarter. And if they choose to create a copy of it, they will then need to enter a new Quarter Date. They want this confirmation fired whenever the "Edit" button is clicked or whenever the (Detail Table) "Expand" button is clicked.
Does anyone have any examples of something like this?
Thanks,
Jamal