ExtJS based open source ASP.NET Controls.
Fork from http://fineui.codeplex.com/
Before run this project:
- download extjs 4.2.* and unzip it to
extjs_builder/extjs_source_allpath - run
extjs_builder/build.bat - under
resfolder, unzip theicon.zipandimages.zip - run the
FineUI.sln
Changes
- use
nugetto installNewtonsoft.Jsonand update it to the latest version - modify the web.config to fit the IIS Integrated Mode
@ 2016-01-17
-
MessageBox
- add
MessageBoxwhich is more powerful thanAlert - add
F.showinF.util.js
- add
-
Notify
- based on https://github.com/EirikLorentsen/Ext.ux.window.Notification
- add
F.notifyinF.util.js - add
Ext.ux.window.NotificationinNotification.js - add reference for
Notification.jsandNotification.cssinbuild.batandbuild_only_css.bat
-
Group & Summary
- ext-4.2.1 have a bug here, see https://www.sencha.com/forum/showthread.php?264961-Grid-Grouping-Bug
- add
EnableGroupinGrid.cs - add
GridGroupEventArgs - add
SummaryTypeandSummaryRendererinGridColumn.cs
-
GridColumn
- add
DataTypeinGridColumn - add
GridColumnDataType - prevent to change value into
stringwhenDataTypeset forBoundField
- add
-
EnableColumnHide
- add this property
-
GridSort
- hide sort menu where sort is disabled