Hi,
I have scenario here where in I have a List of Employess and each employee in turn has a List of Projects.I have created a master grid with its nestedviewtemplate having a child grid to display the each employee and his associated projects.
i.e We will have a collapsible option for the master grid and expanding it,it would display the projects associated for that particular employee.This works fine.
Now,for my second scenario,I need to display all projects irrespective of employee using the same grid having nestedviewtemplate.In this case,I should not be having the collapsible option,and it should load the grid with all projects.
how do I achieve the second scenario without the collapsible symbol with data being loaded on load.
Thanks
I have scenario here where in I have a List of Employess and each employee in turn has a List of Projects.I have created a master grid with its nestedviewtemplate having a child grid to display the each employee and his associated projects.
i.e We will have a collapsible option for the master grid and expanding it,it would display the projects associated for that particular employee.This works fine.
Now,for my second scenario,I need to display all projects irrespective of employee using the same grid having nestedviewtemplate.In this case,I should not be having the collapsible option,and it should load the grid with all projects.
how do I achieve the second scenario without the collapsible symbol with data being loaded on load.
Thanks