Hi all,
I have a grid (named grdEfolder) in a form, with ordering fields enabled.
When i click on a column of the grid on web client, instead of ordering the rows, it show me an error:
"An error occurred in this process. Please report the problem to your administrator."
In ELOG table was logged this error:
EDescription=Failed to execute deployed method 'WhenUserSelectsRow', using entity 'grdEfolder'.
EDetails=Failed to execute deployed method 'WhenUserSelectsRow', using entity 'grdEfolder'.
The given key was not present in the dictionary.
The grid is populated from Query business object.
The fields of the grid are mapped to the properties of Business Object.
There isn't any BO property or grid field name with duplicate name.
On the "When user select row" section of grid, there are two assignments:
Local.SelectedFolderID=Fields.grdEfolder.SelectedRow["EFOLDERID"].ToString()
Local.SelectedEmapName=Fields.grdEfolder.SelectedRow["EMAPNAME"].ToString()
Any help would be appreciated
thanks
Max