CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Language: HTML

ASPxGridView EndCallback

1046 Views
Copy Code Show/Hide Line Numbers
   1:      <dxwgv:ASPxGridView ID="ASPxGridView1" runat="server" AutoGenerateColumns="False"
   2:          DataSourceID="AccessDataSource1" KeyFieldName="CategoryID" 
   3:          OnCustomJSProperties="ASPxGridView1_CustomJSProperties" 
   4:          onrowinserted="ASPxGridView1_RowInserted">
   5:          <ClientSideEvents EndCallback="function(s, e) {
   6:      if (s.cpIsInserted == 'True') alert('Inserted!');
   7:  }" />
by Mehul Harry
  January 08, 2010 @ 4:07pm
Tags:
Description:
ASPxGridView Alert on Insert

Add a comment


Report Abuse
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate