Atozed Forums
jQGrid demo live - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: jQGrid demo live (/thread-1719.html)



jQGrid demo live - Alexandre Machado - 06-10-2020

Hi guys:

the first simple demo showing IWjQGrid and IWjQDBGrid live (another IW Http.sys application). More will follow soon, showing other features:

http://intraweb.net.br/NewGrids/

Source code on github: https://github.com/Atozed/IntraWeb/tree/master/15/Delphi/jQGrid

Enjoy!  Smile


RE: jQGrid demo live - Blanca80 - 06-18-2020

(06-10-2020, 12:22 PM)Alexandre Machado Wrote: Hi guys:

the first simple demo showing IWjQGrid and IWjQDBGrid live (another IW Http.sys application). More will follow soon, showing other features:

http://intraweb.net.br/NewGrids/

Source code on github: https://github.com/Atozed/IntraWeb/tree/master/15/Delphi/jQGrid

Enjoy!  Smile
Hello i'm trying to apply the new iwjgdbgrid to an application with works with firedack connections. I've noticed a lot of .json errors when loading data into grid. Maybe i've to parse the dataset before send data...is there any tip for solve that .json parse problems. 

Thank you


RE: jQGrid demo live - ShaneStump - 06-19-2020

Howdy Alex!

Grid demos really looking good!

Any chance of showing a demo with BS4?

All the best,

Shane


RE: jQGrid demo live - Alexandre Machado - 06-19-2020

BS4 as a template or using BS4 components? I don't see why not...


RE: jQGrid demo live - ShaneStump - 06-21-2020

Howdy Alex!

Datagrid within a BS4 region using BS4 CSS.

As discussed here:

https://datatables.net/examples/styling/bootstrap4

All the best,

Shane


RE: jQGrid demo live - Alexandre Machado - 06-21-2020

jQGrid is one thing

DataTables is a different thing....

DataTables is being cooked but it will take a little longer. jQGrid was targeted first for 2 reasons:

It is way more flexible than DataTables and it is currently being used by a greater number of users.


RE: jQGrid demo live - ShaneStump - 06-21-2020

(06-21-2020, 05:53 AM)Alexandre Machado Wrote: jQGrid is one thing

DataTables is a different thing....

DataTables is being cooked but it will take a little longer. jQGrid was targeted first for 2 reasons:

It is way more flexible than DataTables and it is currently being used by a greater number of users.
Sorry about reference.

i meant BS4 as referenced in link below half way down page:

https://free-jqgrid.github.io/getting-started/index.html#bootstrap4_code


RE: jQGrid demo live - kudzu - 06-21-2020

17 supports DataTables.NET.


RE: jQGrid demo live - Blanca80 - 07-06-2020

Hello everybody,

I've a few questions about tiwjqdbgrid. I'm testing it and when i click on a row, the dataset doesn't udpate the record where i'm in automatically. Do i have to move the cursor of the dataset on the onrowselection event?
Another question is what does 'dogridgetcell' exactly, and how can i get the cell text in a tiwjqdbgrid.
I also need to format some text, it is possible with tiwjqdbgrid or may i use a tiwjqgrid instead?
I see i can resize the column width but how can i indicate the row high, is it possible?


thank you!


RE: jQGrid demo live - KoderJan - 11-26-2020

Hi everybody,

I have the same questions as Blanca80:
- How do I get the contents of a cell?
- What does "DoGetGridCell" do?

Looking forward to your replies!

Thanks!