I would like to add a file in my grid. So, I use the Type 'file' as column's editor. When I click the button, the browser box appear, I can choose the file. After this, the name don't appear in the grid's cell. I need to re-edit the cell to have the name of my file.
May be, It's not enough readable ... So I use a grid to save items.
An item can have a file. So there is one column in my grid for the name of the file. I use a TextField (inputType='file') to complete the file if it isn't there.
When I'm editing this cell, the input control appear and I can choose the new file. But when I selected it, the path or the name ar not displaying into the cell.
I success to display the path if I'm editing again the cell without selecting an other file.
Does anyone knows why I have this problem?
Last edited by ocin2008; 19 May 2008 at 8:07 AM.
Reason: no clear enough