Row editing is great, I wanna use it on my site.
According to the sample:
http://www.jeasyui.com/demo/main/index.php?plugin=DataGrid&theme=default&dir=ltr&pitem=1 I need to maintain a global var named editindex, which is not so graceful, and multi vars for multi grids, can I set the index @ grid like options.editIndex? or what is the best practice?
2 I have to update the row value myself, can this be done automatically after endedit?
I find a little bug in this sample, @line 79, ed could be undefined when a non-editable cell is clicked, and the remove button will not work then, multi rows could enter edit status but the editindex is still undefined.