I have a grid where I want to show the same tooltip for an entire row, rather than a tooltip on a specific column. The tooltip would be the same regardless of the column.
Additionally, I assume that the data bound to the tooltip would be relative to the row in the grid? For example, let's say I have rows that reprsent Employees (row would be an Employee entity). In the toolip, I want to display the employee's address and telephone number (Employee.Address and Employee.TelephoneNumber). Would the tooltip be bound relative to the Employee entity that is the row, so that the template could access Employee.Address.Line1, Employee.Address.Line2, Employee.Address.City, etc?
Any examples would be helpful.
Additionally, I assume that the data bound to the tooltip would be relative to the row in the grid? For example, let's say I have rows that reprsent Employees (row would be an Employee entity). In the toolip, I want to display the employee's address and telephone number (Employee.Address and Employee.TelephoneNumber). Would the tooltip be bound relative to the Employee entity that is the row, so that the template could access Employee.Address.Line1, Employee.Address.Line2, Employee.Address.City, etc?
Any examples would be helpful.