How can i get the DT_RowId in the background process
How can i get the DT_RowId in the background process
cinson_zhang
Posts: 1Questions: 1Answers: 0
I user the SpringMVC as server,but request Parameter type is "data[row_58][DT_RowId]=row_58".when i don't know the Rowid as "data[' ']",how i can get it .
This discussion has been closed.
Answers
I think DT_RowId is just used to specify what the ID attribute will be for the rows..
I must get the parameters by the id in the server side,and update database
I would just get it via jQuery, if thats what you mean
If not, can you please be a little more specific? Maybe post some code or say what you want to do? Really having a hard time understanding what you need