javascript - how to create browse button and get its further functionality in edit mode in PQGrid in Spring MVC? -
i m using pqgrid in spring mvc java , have stopped @ getting browse button or file select option on ui.
i put code browse button on colm[1] render function returning input type = 'file'.
when click on edit button, browse button disappears screen. can see text in edit mode. but, when page gets loaded, can see , button , without clicking on edit button.
and want button when colm[1].editable=true. not getting possible in case. even, have added refreshrow function, goes in loop , gives error on console , stopped.
i have googled lot didnt find anything. please me.
Comments
Post a Comment