I have a row in edit mode (editGridRow), then i do something like:
saveRowData(rowid,{
“col1″:”hisval”,”col2″,””
})
current row hav these two 2columns, and with this method i want to fill
only the first column, the second col must be filled by the user. But after i call the saveRowData this way the row is “closed” for editing after that
if i dont set secund col “col2” as “” (set only col1 value with saveRowData)
method there is no problem.
Greetings!
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top