Hi community,
I am using the current trial version of Telerik UI for Wpf.
I can not find getters to get a cell value of a calculated column, programmatically. Is there a way to find a simple cell value.
- Documentation of the RadGridView :
if ((decimal)radGridView1.Rows[0].Cells["UnitPrice"].Value > 10)
radGridView1.Rows[0].Cells["UnitPrice"].Value = 10;
But when I try radGridView1.Rows... I have the message "No definition for Rows..."
So i can not use the documentation code
Thank you
Matthieu Meunier