Language: HTML
ASPxGridView EndCallback
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: }" />
Tags:
Description:
ASPxGridView Alert on Insert
Report Abuse
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search

