Does anyone have a sample/example for the following situation? I looked at the demos and can see parts here and there but still some gaps I can't seem to fill.
Here is the scenario:
I have a work order screen with some header information (ie work order #, start date, product, etc) and then below that a RadGrid with a list of some work order details for tracking scrap material generated while processing that work order.
In this case I would like the use case to be the following:
Thanks,
Shane
Here is the scenario:
I have a work order screen with some header information (ie work order #, start date, product, etc) and then below that a RadGrid with a list of some work order details for tracking scrap material generated while processing that work order.
In this case I would like the use case to be the following:
- User selects work order from a search screen (already have this so not a big deal)
- When the scenario screen opens, I want the header and all grid row items (2 to 5 rows typically) to be in edit mode by default (ie AllowMultiRowEdit=true) with InLine edits all in edit mode.
- Instead of each grid row having it's own Update / Cancel, I would rather hide that and have a single Save/Cancel at the top of the screen.
Thanks,
Shane