javascript - Copy Row Values to all Rows of one Column -
my project requires similar approach of example: https://codecentral.devexpress.com/e2026/
is possible without popup , reflect changed values on database? , noticed wasn't done using batch mode. possible on batch mode , sqldatasource? hope here can me this. or sample, idea , suggestion do. thank much.
it seems older approach. consider using batch edit mode (i.e., without popup) instead , save data required storage. check out following examples see possible solutions:
(in-memory) batch edit via list of objects
(db) batch edit via entitydatasource (change sqldatasource specified crud commands)
Comments
Post a Comment