I have a problem with extjs gridpanel dragdrop.
the scenario is as follows: The gridpanel is initially rendered by loading a remote store. Then, the rows are added, updated dynamically. Drag drop feature is implemented on "render" event of gridpanel. Drag drop works fine for the originally retrieved rows from the remote store. but when i try to use drag drop for the newly added or edited rows, it doesn't work.
I am getting the following error on firebug: Index or size is negative or greater than the allowed amount" code: "1
This is may be because , the newly added rows are not taken as a part of the store . I tried changing the event to "click" but it doesnt work that way..
Please please suggest a solution for this fast.. Its needed urgently.
Thanks, Shreya.