Код: Выделить всё
Код: Выделить всё
private void ExpandAllRateParts_Click(object sender, RoutedEventArgs e)
{
var ratesGrid = RatesGrid;
ratesGrid.UpdateLayout();
ratesGrid.Records.ExpandAll(true);
}
Подробнее здесь: https://stackoverflow.com/questions/790 ... -first-one
Мобильная версия