Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TIWjQDBGrid
#1
Hello,



I use TIW DBGrid with bootstrap



how to fits the grid  into a conneter




thank you


have a good day
Reply
#2
jQDBGrid is has Width and height properties just like any other control. If you set it it will use it.

Is the container responsible?

jQGrid is not particularly responsible, unless you use some tricks....
Reply
#3
(07-02-2020, 06:37 AM)Alexandre Machado Wrote: jQDBGrid is has Width and height properties just like any other control. If you set it it will use it.

Is the container responsible?

jQGrid is not particularly responsible, unless you use some tricks....
Hello
Thank you very much for your answer

Finally, I no longer use JqDBGrid but the basic boostrap grid, I only have a few recordings in the table, and above all I cannot use the CDN for Css and js, it is a secure application which has no no web access.

I have another question:
is it possible to change the value of an attribute in an HTML string such as:

<div class = "progress mx-auto" data-value = 50>

here I would like to change the value 50, I tried this solution:
<div class = "progress mx-auto" data-value = {% OEEPRODVALUE%}>
but the 'ProcessorHTMLUnknownTag' event does not occur.

have a good day
thank you
Reply
#4
FWIW you dont need a CDN to use any web control including JQuery ones. You can host files within your IW application or locally with a static web server.
Reply
#5
(07-02-2020, 05:33 PM)kudzu Wrote: FWIW you dont need a CDN to use any web control including JQuery ones. You can host files within your IW application or locally with a static web server.

I will try

thank you so much
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)