Page 1 of 1

Get label in grid within collapsible

Posted: Thu Jul 24, 2014 10:24 am
by Aeneas McBurney

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


Get label in grid within collapsible

Posted: Thu Jul 24, 2014 11:49 am
by Kateryna Grynko

Hi Aeneas,

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