Jump to content

I get "c.insert is not a function" error when adding in unidbgrid


Abanto Jose

Recommended Posts

I get "c.insert is not a function" error when adding a record in Dataset with unidbgrid.

I have enabled this properties:

              gg.BufferedStore.Enabled:=true;
              gg.WebOptions.FetchAll:=true;

This error does not appear when I disabled the bufferedstore property

Regards

Jose Abanto

 

Link to comment
Share on other sites

20 hours ago, Abanto Jose said:

I get "c.insert is not a function" error when adding a record in Dataset with unidbgrid.

I have enabled this properties:

              gg.BufferedStore.Enabled:=true;
              gg.WebOptions.FetchAll:=true;

Hello,

Can we reproduce this issue?

Can you make a simple testcase?

Link to comment
Share on other sites

I used UNIDAC componentes to connect mysql database
Put uniconnection, uniquery, datasource in form
Configure connection to mysql (all connection is ok)
Put unidbgrid in form and connect to datasource
    unidbgrid1.bufferedstore.enabled:=true;
    unidbgrid1.weboptions.buffered:=true;
Put unibutton in form
unibutton.click:
    uniquery1.append;
Run application    

Click on unibutton1 and I get this message:
c.insert is not a function

Thanks

Link to comment
Share on other sites

  • 4 weeks later...
On 4/13/2021 at 10:31 PM, Abanto Jose said:

I used UNIDAC componentes to connect mysql database
Put uniconnection, uniquery, datasource in form
Configure connection to mysql (all connection is ok)
Put unidbgrid in form and connect to datasource
    unidbgrid1.bufferedstore.enabled:=true;
    unidbgrid1.weboptions.buffered:=true;
Put unibutton in form
unibutton.click:
    uniquery1.append;
Run application    

Click on unibutton1 and I get this message:
c.insert is not a function

Thanks

Please support with Unigui product.
The problem of adding or deleting in the grid when it is infinite scroll has not been solved yet.

Thanks

Link to comment
Share on other sites

On 5/19/2021 at 4:54 AM, Abanto Jose said:

Please support with Unigui product.
The problem of adding or deleting in the grid when it is infinite scroll has not been solved yet.

Hello,

I opened a ticket.

Link to comment
Share on other sites

  • 7 months later...
  • 2 years later...

I have this error when I enable BufferedStore in the grid to true, I get Ajax Error, C.Insert is not a function, I place a screen image.

Tengo éste error cuando habilito en la grilla BufferedStore en verdadero, me sale Ajax Error, C.Insert is not a function, coloco una imagen de pantalla.

 

UniguiGrid.JPG

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...