vtfuture / BForms

Bootstrap Forms for ASP.NET MVC
MIT License
62 stars 33 forks source link

Example for Additional Tab in Toolbar #260

Open meister-d opened 8 years ago

meister-d commented 8 years ago

Hi BForms Team, just wondering if there is an Example of how to add additional Tabs to the Toolbar? I would like to add two additional Tabs like the New Tab in your Examples. Both tabs should then be able to make an ajax request and to update the Grid below after executing the remote action. (Both tabs should be prefearbly on the left side of the QuickSearch field like the new Tab).

As example I would like to have this tabs: Import, Export, New then the QuickSearch Field and then the Search Tab.

In the Import tab I want then to implement a File upload eg a csv file imput when the file then is processed on the Server by an ajax call it should then update the table below showing up the parsed results.

On the Export Tab I have some Form Fields to narrow the Records that should be exported. After sending the form to the server, the grid should show the exported records...

I have already tried to follow the Docs and to do my custom Controls, but unfortunately it did not succed.

2015-11-23_115703

I think if I would like to extend the functionality i could not use the nuget package anymore and i would have to checkout the new master...

Thanks for your support

Regards Dumitru