Announcement

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

    Drag and drop on Listgrid not working with initialCriteria

    I have Listgrid1 with autoFetchData true and an initialCriteria as below.
    Code:
    autoFetchData: true,
    initialCriteria: {zone_id: -1},
    If I don't specifiy the initial criteria, I am able to drag from the other Listgrid2 to Listgrid1.

    Is there anything which I am missing?

    thanks,
Working...
X