Hi,
I have few questions about those elements :
1. I tried to set "ServerOnDemand" with NestedViewTemplate - But it seems that it doesn't work together. Am I right ? Or my .aspx is incorrect ? (Stop on breakpoint in Child_OnSelecting although I didn't expand the MasterTable)
2. Can the RadGrid support NestedView and DetailsView together ? My situation is display child table with other elements (like fieldset) under MasterTableView. How can it be done ? (I thought put the child table in DetailsView and the other elements in NestedViewTemplate)
3. Can I display UserControl (.ascx) in PlaceHolder of NestedViewTemplate ? My attempts to use it with PlaceHolder were unsuccessful. My Situation is display that UserControl in few places in my application
I have few questions about those elements :
1. I tried to set "ServerOnDemand" with NestedViewTemplate - But it seems that it doesn't work together. Am I right ? Or my .aspx is incorrect ? (Stop on breakpoint in Child_OnSelecting although I didn't expand the MasterTable)
2. Can the RadGrid support NestedView and DetailsView together ? My situation is display child table with other elements (like fieldset) under MasterTableView. How can it be done ? (I thought put the child table in DetailsView and the other elements in NestedViewTemplate)
3. Can I display UserControl (.ascx) in PlaceHolder of NestedViewTemplate ? My attempts to use it with PlaceHolder were unsuccessful. My Situation is display that UserControl in few places in my application
Examples will be welcome...
Thanks