GridView row Clickhttp://forums.asp.net/t/1799215.aspx/1?GridView+row+ClickThu, 03 May 2012 12:11:29 -040017992154961638http://forums.asp.net/p/1799215/4961638.aspx/1?GridView+row+ClickGridView row Click <p>Hi,</p> <p>Iam enabling users to click on the row to move it into edit mode.</p> <p>my problem is when i click on a row and immediately click on other row, the first row is getting disabled.</p> <p>can any1 help on this?</p> <p>Iam not using EDIT command.iam just using row click.</p> 2012-05-02T11:08:39-04:004962959http://forums.asp.net/p/1799215/4962959.aspx/1?Re+GridView+row+ClickRe: GridView row Click <p>i think required&nbsp; Multiple Row Edit in&nbsp; GridView&nbsp;Control</p> <p>hope this will help you http://techplatform.wordpress.com/2011/04/27/asp-net-multiple-row-edit-gridview-control/</p> 2012-05-03T05:12:55-04:004963580http://forums.asp.net/p/1799215/4963580.aspx/1?Re+GridView+row+ClickRe: GridView row Click <p>try to use itemcommand event of gridview, it will 100% solve the problem, i am sure you are disabling the selectedrow somewhere in the code, if not then please provide some code here, so that i may see that</p> <p></p> 2012-05-03T11:00:20-04:004963731http://forums.asp.net/p/1799215/4963731.aspx/1?Re+GridView+row+ClickRe: GridView row Click <p></p> <blockquote><span class="icon-blockquote"></span> <h4>Pravind</h4> iam just using row click.</blockquote> <p></p> <p>How?. GridView does not have such an event. Please show how do you do it.</p> 2012-05-03T12:11:29-04:00