or
Telerik are so far behind AWS SDK releases, that if you upgrade the SDK telerik will break..
And of course this will mean more work un dping the upgrade just to keep telerik working..
The current version is 2.0.4, you need to keep about 6 versions old 1.5.X
VERY POOR..
<div class="fix-100"> <telerik:RadTextBox ID="NewRole" runat="server" Width="100%" EmptyMessage="enter new role to add..." /></div>private void LoadInfo(bool forceBind = true){ radJobPostings.DataSource = JobPosting.LoadVAllJobPostings(user_id, _defaultFromDate); //_defaultFromDate = Today - 3 years if (forceBind) { radJobPostings.MasterTableView.GetColumn("PostedDate").CurrentFilterValue = DateTime.Today.AddDays(-180).ToShortDateString(); radJobPostings.DataBind(); }}