I have a gridview with showeditbutton and shownewbutton enabled. How can i trigger post back on the page whenever a new row is added/updated ? Is there any properties similar to autopostback that can apply in gridviewcommand ? Thanks in advance.
Asp.net
<dx:ASPxGridView ID="FollowUpGrid" runat="server" ClientIDMode="Static" ClientInstanceName="FollowUpGrid" KeyFieldName="sno" DataSourceID="gridsource">
<Columns>
<dx:GridViewCommandColumn CellStyle-ForeColor="White" ShowNewButtonInHeader="true" ShowEditButton="true" VisibleIndex="1" >
</dx:GridViewCommandColumn>
vb.net
gridsource.UpdateCommand = "UPDATE tablename set something = something