Hi,
I am new to WHDG and in my application i want to implement below functionality in child band,
- User should select the single/multiple rows of child grid by checking the checkbox. They should select multiple rows also by checking the header checkbox.
- After selecting the rows they should able to do Update and Open operation from the Context menu which should appear by right click on child grid.
- On select of Update the rows which are selected their update time should update in DB and on select of Open it should open a new window with that single row details
Any help will be appreciate.
Thanks,
Mit
Hello Mitesh,
The below links will give more details on how to implement the functionality you described:
1) User should select the single/multiple rows of child grid by checking the checkbox. They should select multiple rows also by checking the header checkbox:
<http://samples.infragistics.com/aspnet/Samples/WebHierarchicalDataGrid/Data/Unbound-Checkbox-Column/Default.aspx?cn=hierarchical-data-grid&sid=6ace2eee-eff5-43e9-99b7-1e91b89a89b7>
2) After selecting the rows they should able to do Update and Open operation from the Context menu which should appear by right click on child grid:
<http://samples.infragistics.com/aspnet/Samples/WebHierarchicalDataGrid/Display/ContexMenu/Default.aspx?cn=hierarchical-data-grid&sid=2183f062-e1e7-4a1c-a6ed-b3468c4a3755>
3) On select of Update the rows which are selected their update time should update in DB and on select of Open it should open a new window with that single row
You may use AutoCRUD as shown in a video on the below link:
<http://community.infragistics.com/aspnet/media/p/218616.aspx>
Hope this helps.
Bhadresh
Hi Bhadresh,
Thanks for the reply. Actully i am able to do all these things in seperate grids however i am not able to do all three operations inside same child rows <bands>.
I tried to implement context menu however when i run the page it is coming blank no text are coming. On click of Context Menu the control should go to server side and perform the action as per selected item. Also when i am trying to keep unboundcheckboxfield inside child gridview in that case when i expand the gridview it shows only header no data are coming. If possible can you provide a small example of this?
I have created a support case CAS-68137-X3LFS9 for you in order to look in to this further. Update the support case CAS-68137-X3LFS9 if you have any further question.
Can you please provide me a link where i can update the support case?
Mits