Aeneas McBurney
Posts: 0
Joined: Mon Jun 16, 2014 7:49 am

Get label in grid within collapsible

I want to get a label value within grid after button press in same grid. I have tried

var sire=$(this).parent().find('[name="lblSireFound"]').text();

but this doesn't work. Please see screenshot....

Image

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Get label in grid within collapsible

Hi Aeneas,

It seems your label is in one more Grid. So use:prevar sire=$(this).parents("[name=gridSearch]").find("[name=lblSireFound]");/pre

Return to “Issues”