I have an ASPXGRIDVIEW which is binded to an SQL query.
I added to the grid an additional COLUMNCUSTOMBUTTON.
But what happens is, that for all the rows it put a link there.
I am trying to find a way to add to this column a link (button) ONLY to specific rows!
I am unable to understand how to do it
thanks
To add a custom button, add this to your command column in the aspx side:
Then in your codebehind:
You can see the full demo here:
http://demos.devexpress.com/ASPxGridViewDemos/Columns/CommandColumnCustomButtons.aspx