row click property [modified]
-
i m working on grid view control... i refer this link for row click on grid view http://aspalliance.com/946#Page6[^] i want to select whole row in grid view just by single click. but still hve not found row click property... i m using VS2005 .. do u know where it is? -- modified at 5:50 Friday 19th January, 2007
-
i m working on grid view control... i refer this link for row click on grid view http://aspalliance.com/946#Page6[^] i want to select whole row in grid view just by single click. but still hve not found row click property... i m using VS2005 .. do u know where it is? -- modified at 5:50 Friday 19th January, 2007
Add an Attribute to the Row in RowDataBound Event as,
Row.Attributes("onclick")=ClientScript.GetPostBackEventReference(GRIDNAME, COMMANDNAME) & "; return false"
Regards, Venkatesh Mookkan. Software Engineer, India My: Website | Yahoo Group