Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Smartclient not making server call if a new row is added.

    If the Listgrid has only few rows, adding a new row works fine.

    But if the Listgrid has many rows (say even 200+), when you click Add which creates a new row at the bottom and input data and click enter key, the save request call is not making to the server.

    Smartclient v8.2p_2012-06-07 - Power Edition
    IE 9

    #2
    We've run a sanity check and the basic case of adding new records to the end of a grid via a call to 'startEditingNew()' followed by an enter keypress is working regardless of how many records you have.

    There's not enough information here for us to speculate as to what might be going wrong in your particular case. The easiest way to proceed would be for you to put together a standalone test case that demonstrates the problem

    Thanks
    Isomorphic Software

    Comment

    Working...
    X