Hi
I have an igHierarchicalGrid upto 5 level. and also have the buttons save and delete out side of grid.
after updating data in the outer side when i click on save it is going to save the data and also am done with refreshing that grid using load method again.but now my issue is that i want to refresh the grid with latest data but want that row whatever is need to be selected(for which am doing the changes).
Hello Kanha,Please provide an isolated code sample of your issue.Thank you in advance.I will be waiting for your feedback.
Hello thanks for your help.
But am binding the grid using controller and in that I have taken one Grid model and am passing the grid model to the partial view and binding that grid model to grid as a data source. So am not getting that persist option in gridmodel. Feature so will you please provide such example for me. And also one more thing I have 4 columns in a grid and on mouse hover I want to Display one button on the second column of grid and after clicking that button want to open the Date Time Picker for that column.
Another there was one issue for me is that I have an igcombo. For that I have a header template like Header name with check box and also all the items also contains the checkbox for selection. When I check the check box in header template it needs to check all the fields in the item. And vice- versa. Am done with this but now my issue is that when I select all the fields using check box from header all the fields get selected but their check boxes are not , only the items text get bold and suppose I click outside and again open that combo then all are proper selected.
Hello Kanha,
I am still following this. Have you been able to resolve the issue?If you have any concerns or questions, please feel free to contact me, I will be glad to help you.Thank you for choosing Infragistics components!
Thank you for contacting Infragistics Developer Support!To achieve that you can enable the persist option for the selection feature. ( Refer to http://help.infragistics.com/jQuery/2014.1/ui.iggridselection#options:persist).
I am attaching a sample. If you have any additional questions please let me know.