This question is locked. New answers and comments are not allowed.
Hello, i have a radgridview in a form and can't change the text on a new row state when validating.
private void GridLineasPedido_CellValidating(object sender, Telerik.WinControls.UI.CellValidatingEventArgs e)
{
//e.row = -1
}
Need change cell values of this new row before insert it
private void GridLineasPedido_CellValidating(object sender, Telerik.WinControls.UI.CellValidatingEventArgs e)
{
//e.row = -1
}
Need change cell values of this new row before insert it