Firstly, i have many times used
RadGrid.MasterTableView.IsItemInserted?
But i would like to know is there anything similar property to find the Details Tables inserted command on client side.
I have a Details Tables in which i have a grid which actually has checkbox. I want to make it enable and disable according to Command like we do for parent grid using above code.
Thanks in advance.