Hi,
I have a main grid with two hierarchical levels, the main level, and the child level. I am trying to insert record on the main level, and then once I have that record inserted, be able to insert a record onto the child record of that record, but insert it using the same ID as the main record. I already looked at this demo, http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/threelevel/defaultvb.aspx,
and it is from where I am getting my bases from, but I am having difficulty when trying to insert a record onto the child level. I am using DatabaseAccessors not SQL connection strings or SQL Commands, I am working in vb.net. I am not sure how to save the fields being inputted, or if there is a way to treat the insert commands for the child table the same as the main table.
I have a main grid with two hierarchical levels, the main level, and the child level. I am trying to insert record on the main level, and then once I have that record inserted, be able to insert a record onto the child record of that record, but insert it using the same ID as the main record. I already looked at this demo, http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/threelevel/defaultvb.aspx,
and it is from where I am getting my bases from, but I am having difficulty when trying to insert a record onto the child level. I am using DatabaseAccessors not SQL connection strings or SQL Commands, I am working in vb.net. I am not sure how to save the fields being inputted, or if there is a way to treat the insert commands for the child table the same as the main table.