The value for droplists is not set correctly. The function tries to set the selected TEXT to the selected VALUE. This will work if the value and text are thesame in the droplist but else it will fail to set the droplist.
The problem is that the function itself gets the rowdata so I can't intervene anymore. The radiobuttons/checkboxes are catched but the droplists aren't.
The bold section below is the fix for the problem.(nested if could be done better but my jquery skills are not reaching here
).
GridToForm: function(rowid, formid) {
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top