Hi
I was wondering if there is a way to search for a node by their data attributes. So if a nodes data looks something like
{
DisplayName: "Upload File", <--textKey
FieldName: "Image", <--valueKey
TableName: "TrailingDocs"
}
would I be able to search for this particular node using its TableName value?
Thanks,
Armando
Hello Armando,
Thank you for using our community.
I would like to let you know that you can search for the node by data-attribute. As the data-attribute is part of the DOM, there shouldn’t be a problem for you to reach the desired node by using a selector.
Here are some useful links:
http://help.infragistics.com/jQuery/2015.1/ui.igtree
https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Using_data_attributes
http://stackoverflow.com/questions/5309926/how-to-get-the-data-id-attribute#answers-header
If you need further assistance, don’t hesitate to contact me.
Best Regards, Marina Stoyanova, Software Developer, Infragistics, Inc.
Hello,
I am still following your case. If you have any concerns or questions, please feel free to contact me, I will be glad to help you.
Thank you for choosing Infragistics components!