Posted 20 Mar 2015 Link to this post
Posted 25 Mar 2015 Link to this post
protected
void
RadGrid1_DataBinding(
object
sender, EventArgs e)
{
GridDateTimeColumn col = RadGrid1.MasterTableView.GetColumn(
"OrderDate"
)
as
GridDateTimeColumn;
col.DefaultInsertValue = DateTime.Now.ToShortDateString();
}
See What's Next in App Development. Register for TelerikNEXT.
Posted 25 Mar 2015 in reply to Rick Link to this post
Posted 30 Mar 2015 Link to this post
Posted 30 Mar 2015 in reply to Rick Link to this post
Posted 02 Apr 2015 Link to this post