This event raises when the user leaves the grid fields of type TEXT,IMG or CHECKBOX.
| function OnMouseOutSpan ( ele , dataField , value , rowIndex , colIndex ) |
| ele | Object which represent the element (TEXT,IMG,CHECKBOX) upon the user has clicked. |
| dataField | String with the name of the data-field associated to the value on which the user has clicked. |
| value | Field with the value on which the user has clicked. |
| rowIndex | Number with the index of the row on which the event happens. |
| colIndex | Number with the index of the column on which the event happens. |