I'm using list grid and passing data to list through dynamic form by using addData().
And i'm saving my data on XML flat files through php.
When i add data, it works fine. It instantly add data to list grid and my php file update the xml file and append the new data to it.
But when i try to delete some data from ListGrid by using getSelectedRecord() and removeSelectedData().
It does send request to my php file to delete that specific entry but grid does not reflect deletion.
may be this is due to some cache problem. Any solution for this?
and How can i get rid of cache?
And i'm saving my data on XML flat files through php.
When i add data, it works fine. It instantly add data to list grid and my php file update the xml file and append the new data to it.
But when i try to delete some data from ListGrid by using getSelectedRecord() and removeSelectedData().
It does send request to my php file to delete that specific entry but grid does not reflect deletion.
may be this is due to some cache problem. Any solution for this?
and How can i get rid of cache?
Comment