Author Topic: Grid Toolbar Button to Select/Load Local File  (Read 2139 times)

TonyLeech

  • Pro Enterprise
  • Jr. Member
  • *
  • Posts: 76
    • View Profile
Grid Toolbar Button to Select/Load Local File
« on: September 07, 2016, 05:30:03 pm »
I'd like to use a button on the grid toolbar to load a local file into the grid.  Most of the jQuery examples I've found still use an html <input type="file"> and respond to or trigger its click event.  Do you know instead if I can use one of your buttons placed on the grid toolbar?

Alternatively, have you done this before and have a solution you can share?

Much appreciate any support/ideas you can offer.  Thanks.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Grid Toolbar Button to Select/Load Local File
« Reply #1 on: September 08, 2016, 07:37:41 pm »
As per my info, file can't be uploaded in web page without <input type="file">

It's a matter of styling to make it look like a pure button which you can google to find lot of tips and tutorials.