How to get the IdOperacao value from selected row?
Best Regards,
Marco Gaspar
1 Answer, 1 is accepted
0
Dinko | Tech Support Engineer
Telerik team
answered on 29 Jul 2023, 12:46 PM
Hi Marco,
The GanttViewElement object exposes the SelectedItem property. You can use its DataBoundItem property which holds the underneath custom object which the control is populated with. You can cast it to your object and get the desired property value. The approach depends on how the control is populated with.