Hi,
I have one ighierarchical grid upto tow levels 0th and 1st
I have taken this grid using partial view and from the second level i have to set the option for user to select the row using the check box so to achive this i have added the template for that row
gridModel.ColumnLayouts[0].Columns[0].Template = "<input id='${ItemID}' type='checkbox' ${IncludedText} />";
where i have set the includedText like as checked or '' space to get that values
so my issue is am not able to get that selected row on the save button which is out side the grid .Please let me know is there any other option to select the child row by check box and getting that selected row id out side of grid . Please help me in this
Hello Kanha,
I'm following to see whether you were able to resolve your issue.
Let me know if you have further questions regarding this subject.
Best regards,Martin PavlovInfragistics, Inc.