You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
There is a RawJs property in FormFieldAttribute that is very usefull when implimenting new client side controls but GridColumn does not provide all Extjs columns properties (e.g Summary feature) so adding RawJs to it will solve many problems 😃
The text was updated successfully, but these errors were encountered:
Dextop.ux.SwissArmyGrid has 'columnModelOptions' field that you can use to achieve this.
Just in .js file set it like this:
var columnModelOptions = {
apply: {
CompanyType: {
filterable: true,
},
CountryId: {
...
}
}
};
There is a RawJs property in FormFieldAttribute that is very usefull when implimenting new client side controls but GridColumn does not provide all Extjs columns properties (e.g Summary feature) so adding RawJs to it will solve many problems 😃
The text was updated successfully, but these errors were encountered: