Posts: 2
Threads: 1
Joined: Aug 2020
Reputation:
0
Location: Italy
Hello, I'm neewbie of IWBS but why if i use IWBS4Layoutmanager no buttons works ( Click and AsyncClik ) , just using IWBSLayoutManager everythings works?
I copy redist folder both as wwwroot and iwbs, in the folder of the application
Thanks
Posts: 1,079
Threads: 77
Joined: Mar 2018
Reputation:
23
There are 2 component sets:
IW Bootstrap 3 (all controls and units have the IWBS prefix), and IW Bootstrap 4 (all controls and units have the IWBS4 prefix). They shouldn't be mixed together.
They are basically the same controls (with small differences) but one is based on Bootstrap 3 and the other is based on Bootstrap 4.
So, if you are using IWBS buttons, please use only IWBS3 components and units in your project.