Menu

#3 Incorrect index used for retrieving column attributes

open
nobody
code (4)
5
2006-02-06
2006-02-06
Anonymous
No

The method: grid_cell_txt_edit() contains the following
line of code:

var attrs = grid.get_col_attrs ( v [ 2 ] );

This should be

var attrs = grid.get_col_attrs ( v [ 1 ] );

since v[1] contains the column index.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB