Hi
I have gridview bind to List<Employee> in WPF and i have datatemplate with textbox inside gridviewrow.
-- Textbox has LostFocus Event.
-- How to access Employee entity attached to gridviewrow in LostFocus Event Handler in code behind.
-- Please provide a small code snippet for that.
Thank You.
Rama
I have gridview bind to List<Employee> in WPF and i have datatemplate with textbox inside gridviewrow.
-- Textbox has LostFocus Event.
-- How to access Employee entity attached to gridviewrow in LostFocus Event Handler in code behind.
-- Please provide a small code snippet for that.
Thank You.
Rama