Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
public
virtual
GridSettingsCollection GetSavedSettings()
{
if
(Grid ==
null
)
throw
new
NullReferenceException();
}
(IsSettingSpecified(GridSettingsType.Paging)) SavePagingSettings();
(IsSettingSpecified(GridSettingsType.Grouping)) SaveGroupByExpressions();
(IsSettingSpecified(GridSettingsType.Sorting)) SaveSortExpressions();
(IsSettingSpecified(GridSettingsType.Filtering)) SaveFilterExpression();
(IsSettingSpecified(GridSettingsType.ColumnSettings)) SaveColumnSettings();
return
Settings;
protected
void
SavePagingSettings()
Settings.PageSize = Grid.MasterTableView.PageSize;
LoadPagingSettings()
(Grid.MasterTableView.AllowPaging && Settings.PageSize > 0)
Grid.MasterTableView.PageSize = Settings.PageSize;
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.