Scenario:
I have some columns in my grid but only one is editable, the other two are filled in on the server side. I am using the built in add functionality of jqGrid and NOT refreshing the grid on successfully add. I would like to have the row added to the grid, like it does automatically, but would like to add it myself because it only adds the one column that is marked 'editable'. I cannot seem to find a way to block the row from being automatically added to the grid, or a way to override the built in add functionality in the grid. My idea was to add the row myself because I will have received back the full row of data back on my submit.
Question:
1.Is there a way i can add the row myself?
2.i am trying to use the after complete function but i am not able to understand what the postdata and the response contain.
3.Can i just update the row data that i am adding?
Thanks in advance.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top