Hi telerik
here is my scenario:
I have a textbox a submit button and two grids in one page
in textbox, users have to insert a name and in that two grids insert some rows
after user pushes submit button all grids rows and textbox's value must insert into database and two grids have to connect whit the textbox record's id;
actually I'm trying to do all these process by just one click
so is there any recommendation to do this?