serialize dynamically create gird

Hi to all,

I bind a grid with form and grid is create with addrow function mean it is dynamically created grid.Now when i am trying to serialize it only show the header of the grid not the added row.

serialize code is

 selectedServicesGrid.setSerializationLevel(true, true, true, true, false, false);
 selectedServicesGrid.enableMathSerialization(true);
  var myXmlStr = selectedServicesGrid.serialize();

Basically i want to get the grid data in server side with form without using dataprocess.

How i can do this.

thanks

Unfortunately the issue cannot be reconstructed locally.
serialization works well for us in this case.

If issue still occurs - please, provide a more detailed sample of your code so we can reproduce the issue.