This demo shows you how to use web page space more efficiently by editing a particular field's values in a popup window.
By default, the Edit Form doesn't display a particular field's value. End-users can click a special button within the Edit Form to invoke a popup window that shows this value in a memo editor. They can even edit this value by using the memo editor, and changes will be saved to the database if they press the Update button. The grid's RowUpdating event is handled to implement this.
Example Comments
Added By: Leandro Licker at: 8/7/2013 9:15:56 AM
Not working the button notes:
<input type="button" value="Show Notes" onclick ="<%# Container.UniqueID.Replace('$', '_') + "_popup.ShowAtElement(grid.GetMainElement());" %>" />
You can fix?
Thank you!