Author Topic: bootstrap conflicts with paramquery grid  (Read 125 times)

mraj

  • Newbie
  • *
  • Posts: 46
    • View Profile
bootstrap conflicts with paramquery grid
« on: July 12, 2024, 08:34:29 pm »
Hi I have added  with the asp.net page

1) jquery 3.6.0
2) jquery 3.4.1 ( other library summernote )
3) Bootstrap 5.3.2
4) param query jquery 3.4.0

When I Open a popup modal present in that  asp.net page and close the modal. the existing grid with values become unsuitable for editing. I here with attached both images before modal close and after modal close.

used hidden.bs.modal  event to refresh grid also. no use.

please suggest a way to avoid conflict with bootstrap.

thanks in advance
Raj K

mraj

  • Newbie
  • *
  • Posts: 46
    • View Profile
Re: bootstrap conflicts with paramquery grid
« Reply #1 on: July 13, 2024, 11:07:46 am »
Is this approach  will be applicable ? using multiple versions of jquery ?.  with bootstrap and paramquery grid. ?

https://stackoverflow.com/questions/1566595/can-i-use-multiple-versions-of-jquery-on-the-same-page
http://example.nemikor.com/using-multiple-versions-of-jquery/

Please reply,


Edited :
Since Unsuitable for editing entry (grid cells becomes  read only  , and selection goes to some other element as shown in image ). only way is to refresh the page, making  the page show stopper.
« Last Edit: July 13, 2024, 11:34:10 am by mraj »

mraj

  • Newbie
  • *
  • Posts: 46
    • View Profile
Re: bootstrap conflicts with paramquery grid
« Reply #2 on: July 15, 2024, 12:22:55 pm »
Hi,

The issue is with  my code that i written. Thanks for the patience.