Hi,
I use Master Detail demo. When the ParentGrid is selected, it changes the ChildGrid url.
jQuery(“#list10_d”).setGridParam({url:”subgrid.php?q=1&id=”+ids,page:1})
Okay. I added an Edit and Add navGrid. Everything is fine actually. the Edit action is working and so is the Add action.
One thing I found in Add action is, the default value for all of the field is blank. Now, how can I add a custom default value for it? like when the Add button is pressed in the ChildGrid, the custom field value depends on the selected row in ParentGrid ? Maybe when the Add button is pressed, the default Item Name is the same with the selected row Client Name… something like that…
thanks for the help.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top