Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Nov 15, 2012 03:43 AM by RameshRajendran
Member
16 Points
32 Posts
Nov 14, 2012 01:33 PM|LINK
Hi all
I have grid its id is gridview1 ,i need get paticular cell value ,please help me .ex second row -->fifth col (note in mouse over )
i have used jquary plugin .
please help me its urgent.thanks in advance
Contributor
4242 Points
923 Posts
Nov 14, 2012 01:37 PM|LINK
Try this ( for second row, fifth column )
$('table tr:nth-child(2) td:nth-child(5)').text()
Nov 14, 2012 01:39 PM|LINK
please be more details... i am new for jquary
Nov 14, 2012 02:35 PM|LINK
<script type="text/javascript"> $(function() { var textOfCell = $('table tr:nth-child(2) td:nth-child(5)').text(); }); </script>
Nov 15, 2012 02:51 AM|LINK
Its working but i need Header column too.. please help me
Star
7983 Points
2099 Posts
Nov 15, 2012 03:43 AM|LINK
Hai
Look this ..
http://stackoverflow.com/questions/9211102/get-the-value-of-a-specific-cell-in-my-gridview
http://forums.asp.net/t/1807468.aspx/1
http://www.dotnetcurry.com/ShowArticle.aspx?ID=451
Thank you........
sajupayyanur
Member
16 Points
32 Posts
Find Gridview Particular cell vlaue in jquary
Nov 14, 2012 01:33 PM|LINK
Hi all
I have grid its id is gridview1 ,i need get paticular cell value ,please help me .ex second row -->fifth col (note in mouse over )
i have used jquary plugin .
please help me its urgent.thanks in advance
_Manvel_
Contributor
4242 Points
923 Posts
Re: Find Gridview Particular cell vlaue in jquary
Nov 14, 2012 01:37 PM|LINK
Try this ( for second row, fifth column )
$('table tr:nth-child(2) td:nth-child(5)').text()sajupayyanur
Member
16 Points
32 Posts
Re: Find Gridview Particular cell vlaue in jquary
Nov 14, 2012 01:39 PM|LINK
please be more details... i am new for jquary
_Manvel_
Contributor
4242 Points
923 Posts
Re: Find Gridview Particular cell vlaue in jquary
Nov 14, 2012 02:35 PM|LINK
<script type="text/javascript"> $(function() { var textOfCell = $('table tr:nth-child(2) td:nth-child(5)').text(); }); </script>sajupayyanur
Member
16 Points
32 Posts
Re: Find Gridview Particular cell vlaue in jquary
Nov 15, 2012 02:51 AM|LINK
Its working but i need Header column too.. please help me
RameshRajend...
Star
7983 Points
2099 Posts
Re: Find Gridview Particular cell vlaue in jquary
Nov 15, 2012 03:43 AM|LINK
Hai
Look this ..
http://stackoverflow.com/questions/9211102/get-the-value-of-a-specific-cell-in-my-gridview
http://forums.asp.net/t/1807468.aspx/1
http://www.dotnetcurry.com/ShowArticle.aspx?ID=451
Thank you........