Author Topic: Need to support bootstrap css plugin for grid  (Read 3098 times)

VigneshVpn

  • Newbie
  • *
  • Posts: 33
    • View Profile
Need to support bootstrap css plugin for grid
« on: November 15, 2018, 06:15:54 pm »
Hi,

I tried to added bootstrap styles to apply the grid. but its not supporting, even third party plugins also not supported by the grid and details views in the grid. so please tell me, how to support the plugins and bootstrap styles for grid.

Thanks in advance,
Vignesh

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Need to support bootstrap css plugin for grid
« Reply #1 on: November 16, 2018, 07:50:29 am »
Do you have any specific example so that I can look into it.

VigneshVpn

  • Newbie
  • *
  • Posts: 33
    • View Profile
Re: Need to support bootstrap css plugin for grid
« Reply #2 on: November 16, 2018, 04:45:31 pm »
Here i tried to add a simple button in the detail model as simple html template,

<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#myNewModal">Open Modal</button>

but its not showing as normal bootstrap button. and also i tried to check it outside of pqGrid div element. that's also not working.

Using Plugin also not working, i tried to use select-togglebutton.js plugin for button ui. its also not working.

Plz help me on this. how to support bootstrap for html code inside the grid and outside grid, and also for plugin?

Thanks,
Vignesh.

VigneshVpn

  • Newbie
  • *
  • Posts: 33
    • View Profile
Re: Need to support bootstrap css plugin for grid
« Reply #3 on: November 17, 2018, 08:58:58 pm »
did u have any ideas on this?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Need to support bootstrap css plugin for grid
« Reply #4 on: November 19, 2018, 02:10:36 pm »
This topic might be helpful.

https://paramquery.com/pro/tutorial#topic-bootstrap

Please share a jsfiddle if still facing issues.