Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 03, 2012 12:11 PM by basheerkal
Member
64 Points
230 Posts
May 02, 2012 11:08 AM|LINK
Hi,
Iam enabling users to click on the row to move it into edit mode.
my problem is when i click on a row and immediately click on other row, the first row is getting disabled.
can any1 help on this?
Iam not using EDIT command.iam just using row click.
746 Points
159 Posts
May 03, 2012 05:12 AM|LINK
i think required Multiple Row Edit in GridView Control
hope this will help you http://techplatform.wordpress.com/2011/04/27/asp-net-multiple-row-edit-gridview-control/
327 Points
107 Posts
May 03, 2012 11:00 AM|LINK
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
Star
10672 Points
2426 Posts
May 03, 2012 12:11 PM|LINK
Pravind iam just using row click.
How?. GridView does not have such an event. Please show how do you do it.
Pravind
Member
64 Points
230 Posts
GridView row Click
May 02, 2012 11:08 AM|LINK
Hi,
Iam enabling users to click on the row to move it into edit mode.
my problem is when i click on a row and immediately click on other row, the first row is getting disabled.
can any1 help on this?
Iam not using EDIT command.iam just using row click.
Bhavik Solu...
Member
746 Points
159 Posts
Re: GridView row Click
May 03, 2012 05:12 AM|LINK
i think required Multiple Row Edit in GridView Control
hope this will help you http://techplatform.wordpress.com/2011/04/27/asp-net-multiple-row-edit-gridview-control/
cYpH3r x3r0
Member
327 Points
107 Posts
Re: GridView row Click
May 03, 2012 11:00 AM|LINK
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
basheerkal
Star
10672 Points
2426 Posts
Re: GridView row Click
May 03, 2012 12:11 PM|LINK
How?. GridView does not have such an event. Please show how do you do it.
(Talk less..Work more)