Dear Abu.
i need to insert distinct add button caption in master and detail grid
example:
$(#list1).jgrid.nav.addtext = “Add master Record” ;
$(#list2).jgrid.nav.addtext = “Add detail Record” ;
how do to insert distinct captions??
thanks!
1 Answers
Working Demo Code: https://www.phpgrid.org/demo/demos/master-detail/master-detail.phps
Line 192-196 and 200-204
Your Answer