Post method to load the grid data

Hi dhtmlx developers

I need to populate the datatable using POST method to send the request to server.
I found this article but I cann’t download the extension.
dhtmlx.com/docs/products/kb/inde … 0extension
When I want to download the extension file:
dhtmlx.com/docs/products/kb/down … 7604515427
I’m getting the error message:
“Some unexpected Error occured. Please try later”
Could you please make this resource available?

Best regards
Bartek

Requested js file is attached.
dhtmlxgrid_post.zip (456 Bytes)

Thanks a lot :slight_smile:

Hi Stanislav,

I try your dhtmlx grid post and i got the error “Uncaught TypeError: Cannot set property ‘onloadAction’ of undefined” in this line:

this.xmlLoader.onloadAction=function(that, b, c, d, xml){

I used dhtmlxSuite v421 standard edition.

What is my wrong?

Thank You

The post() method is available in pro version only.
You may try to use the post() method of the dhx4.ajax functionality.
docs.dhtmlx.com/api__dhtmlxajax_post.html

Ohw… i see. Only for Pro Version. Thanks sematik