AUTHOR: Eyup Yusein
DATE POSTED: July 23, 2019
DESCRIPTION
RadGrid provides built-in Batch editing and it is one of the top and most popular editing modes: Batch Editing Demo
However (also somewhat expected), this advantageous client-side editing structure comes with its pitfalls. Although the majority of basic form elements (like input and select) are made to work automatically in Templates, Batch editing cannot recognize complex templates with more advanced or specific controls. The customer should pass these values manually. This is also mentioned in the note at the end of this article: Batch Editing Overview
What we suggest strongly in this kind of scenarios is the InPlace editing mode. In combination with AJAX, it will have a similar functionality like Batch editing in Row mode:
Resources Buy Try