Hello, I am dealing with an issue while implementing a hierarchy grid using server binding. I need to access data child in server so I can modify this data as I need.
I.E.
columns.Bound(pet => pet.Origen).Width(100).HtmlAttributes( new {@title = item.title});
I would need to display the tooltip I have in my model, but the problem is that "item" reffers to the father row, not the child. How can I get this done?
I don't know if I am using the correct approach here, any help would be appreciated.
Thanks and best regards.