or
I need a RADButton with rounded corner.
The cornerradius should be flexible.
Thank you very much.
Hi,
I am using RadButton with custom theme.
All button works fine (mouse over,click ....)
when i am using the form(winform ,not a RadForm)
AcceptButton propertiy , the hightlight of mouse over stop working
any fix for this ?
thanks in advance
this.AcceptButton = this.cmdOK;
void TestingItemView_PreviewDragDrop(object sender, Telerik.WinControls.RadDropEventArgs e){ e.Handled = true;}A regular grid like query data from DataTable and binding directly
var context = new FlockWatchEntities();
var forecast = context.ForecastMSTs.Where(i => i.Type == "F").OrderBy(i => i.chrDesc);
grdForecast.DataSource = forecast;private void grdForecast_DefaultValuesNeeded(object sender, Telerik.WinControls.UI.GridViewRowEventArgs e)
{
e.Row.Cells["dtmEntered"].Value = DateTime.Now;
e.Row.Cells["chrEnteredBy"].Value = System.Security.Principal.WindowsIdentity.GetCurrent().Name;
}