Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hei, I want to copy one grid view row to other gv. Is there any shorter way like gv2.rows.add(gv1.rows[1]); :confused:
gv2.rows.add(gv1.rows[1]);
Syed Shahid Hussain
Short Answer: No