I have placed a screen shot on my server to give someone a visual of my issue.
Click Here to View the ScreenShot
This is a grid displaying two levels of detail tables nested in the Masterview
Food Category
|
Food Sub Category
|
Food Menu Items
I have the AutoGenerateDeleteColumn and AutoGenerateEditColumn properties set to "true". My objective is to allow the user to insert/edit/delete at every level.
My questions are :
Click Here to View the ScreenShot
This is a grid displaying two levels of detail tables nested in the Masterview
Food Category
|
Food Sub Category
|
Food Menu Items
I have the AutoGenerateDeleteColumn and AutoGenerateEditColumn properties set to "true". My objective is to allow the user to insert/edit/delete at every level.
My questions are :
- How can I position the "Delete" and "Edit" columns of the SubCategory band (i.e. Luncheons) and the FoodMenuItem band (i.e. "Cattleman Prime Rib") to the right side of the grid like it's parent band "Food Category" (Brunch/Lunch)?
- How can I size those columns to match widths and align nicely on the right with center alignment like the top parent level?
- If the above questions don't address it, how can I avoid the added expansion in width that occurs when the command columns become visible? As you can see the overall width of the page increases beyond the width of the top graphic (MasterPage).
- When the page first loads the Grid is contracted to show only the root elements as desired. The "Add New Record" and "Refresh" options do not appear on top until the fist row of the RadGrid is expanded. Does anyone know why that may be?
- How can I assign a style to the top header area to show something entirely different?
Thank you