or
this.radGridView1.Rows[2].IsCurrent = true; |
this.radGridView1.Columns[2].IsCurrent = true; |
((GridDataCellElement)this.radGridView1.CurrentCell).BeginEdit(); |
How do you apply a theme to the radRibbonForm?
Mike
grdHistory.MasterGridViewTemplate.GroupByExpressions.Clear(); |
GridGroupByExpression expression1 = GridGroupByExpression.Parse("[SmsTitle] as [SmsTitle] format '{1} ', count([Serial]) as [Template] format '({1} {0})' Group By [SmsTitle]"); |
grdHistory.MasterGridViewTemplate.GroupByExpressions.Add(expression1); |
grdHistory.DataSource = SMSPanelComponent.GetSmsTemplates(); |