I am using DevExpress GridView and I am showing
<EditButton Visible="True"></EditButton>
Now,I want to show my Custom PopUpControl on EditButton Click.
I am unable to find the Event which fires on EditButton Click.
The Edit button switches the ASPxGridView to edit mode. There is no explicit Click event for this button.
Take a look at Grid Editing - Edit Form Template demo to learn how to provide any possible layout for GridView's Edit Form using the appropriate template.
Related
How can I add a button to the devexpress datagrid view.On clicking the button I need to show another page on the selcted row.
I tried creating an unbound column and I am not able to chose the column type for button and find specific event for the button click
I am developing a web application where I am having one grid view control and one repeater control.When I click on the link button in any row of grid view,then data in repeater control get visible.and in repeater control I am having one delete request link button inside a repeater control.when i will click on this button that particular row in grid view should get deleted.So,how I can do this?
Please suggest me any solution for this.
Thanks in advance.
Please provide me code to how to open jquery popup by clicking on asp.net gridview row to show each row's data in the popup
http://www.encodedna.com/2013/03/gridview-row-mouseover.htm
https://web.archive.org/web/20211020202824/https://www.4guysfromrolla.com/articles/070407-1.aspx
and some technical details on
Display details on moving mouse over a row in gridview?
I have a list of addresses on my page, each has a edit button. When click edit, I want to use the same ModalPopupExtender. Is this possible?
Thanks. I am using asp .net 4.0.
Are you fetching the list from database? If yes, use a data control like gridview & use a template field for edit button. Add Edit Gridview using modal popup
When I click the left mouse button on a corresponding row in my grid view control I want that row to turn editable.
How can I do this?
Here you can find gridview editing and more : ASP.NET Quickstart Tutorials
Also this is another example : MSDN GridView RowEditing Event Reference