Skip to content

Commit 00d625e

Browse files
committed
Update README.md
1 parent c802db9 commit 00d625e

File tree

4 files changed

+31
-1
lines changed

4 files changed

+31
-1
lines changed

Diff for: DataGrid-Core-RemoteFeatures/README.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
### Ignite UI for jQuery Data Grid Remote Оperatations
2+
3+
The `DataGrid-Core-RemoteFeatures` is a sample built with the [Infragistics.Web.AspNetCore NuGet package](https://www.nuget.org/packages/Infragistics.Web.AspNetCore/).
4+
5+
### Starting the Application
6+
7+
- Press `CTRL + F5` to run the project or press `F5` to run it in debug mode.
8+
9+
### Framework(s)
10+
11+
- `Ignite UI for jQuery`
12+
- `jQuery`
13+
- `ASP.NET Core`
14+
15+
16+
### Components Used
17+
18+
[igGrid](https://www.igniteui.com/help/iggrid-overview), [igCombo](https://www.igniteui.com/help/igcombo-overview), [igDatePicker](https://www.igniteui.com/help/igdatepicker-igdatepicker), [igNumericEditor](https://www.igniteui.com/help/ignumericeditor-ignumericeditor)
19+
20+
### Features Used
21+
22+
[Remote Filtering](https://www.igniteui.com/help/iggrid-filtering), [Remote Sorting](https://www.igniteui.com/help/iggrid-sorting-overview), [Remote Editing](https://www.igniteui.com/help/iggrid-updating), [Row virtualization](https://www.igniteui.com/help/iggrid-virtualization-overview)
23+

Diff for: DataGrid-Core-RemoteFeatures/Views/Home/Index.cshtml

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
.AutoGenerateColumns(false)
4545
.RowVirtualization(true)
4646
.VirtualizationMode(VirtualizationMode.Continuous)
47-
.EnableUTCDates(true)
4847
.AutoCommit(true)
4948
.RenderCheckboxes(true)
5049
.Columns(column =>
File renamed without changes.

Diff for: README.md

+8
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ For more information check out the [README.md](https://github.com/IgniteUI/ASP.N
3232
- The **Angular Marketing Dashboard** application makes use of the [Ignite UI for Angular](https://www.infragistics.com/products/ignite-ui-angular/angular/components/general/getting_started.html) [data chart](https://www.infragistics.com/products/ignite-ui-angular/angular/components/datachart.html), [map](https://www.infragistics.com/products/ignite-ui-angular/angular/components/map_overview.html), [doughnut chart](https://www.infragistics.com/products/ignite-ui-angular/angular/components/doughnutchart.html), [bullet graph](https://www.infragistics.com/products/ignite-ui-angular/angular/components/bulletgraph.html), [date picker](https://www.infragistics.com/products/ignite-ui-angular/angular/components/date_picker.html), [list](https://www.infragistics.com/products/ignite-ui-angular/angular/components/list.html), [dialog](https://www.infragistics.com/products/ignite-ui-angular/angular/components/dialog.html) and [card](https://www.infragistics.com/products/ignite-ui-angular/angular/components/card.html) controls, styled with **Ignite UI for Angular** [theming engine](https://www.infragistics.com/products/ignite-ui-angular/angular/components/themes/index.html) to tackle specific analytical challenges. The dashboard view brings together different data points a marketing expert would want to track like sessions, conversions and conversion costs.
3333
- [Task Planner API Application](https://github.com/IgniteUI/ASP.NET-Core-Samples/tree/master/TaskPlannerAPI)
3434
- The sample demonstrates how to use the [Github API](https://octokit.github.io/rest.js/v18) with [Octo Kit](https://octokit.github.io/rest.js/v18) in order to load Ignite UI for Angular Issues and Pull requests into different visual elements like List and Grid. This app can be used to easily track our work and tasks progress.
35+
- [Ignite UI for jQuery Data Grid Remote Оperatations*](https://github.com/IgniteUI/ASP.NET-Core-Samples/tree/master/DataGrid-Core-RemoteFeatures)
36+
- The sample demonstrates how the user could execute and perform remote operatations with Ignite UI for jQuery [data grid](https://www.igniteui.com/help/iggrid-overview) component.
37+
- The sample makes use of the
38+
- [Ignite UI for jQuery Data Chart Overview*](https://github.com/IgniteUI/ASP.NET-Core-Samples/tree/master/DataGrid-Core-RemoteFeatures)
39+
- The sample demonstrates how the user could analyse selected data from a database with Ignite UI for jQuery's [data chart](https://www.igniteui.com/help/igdatachart-overview) component.
3540

3641
### Adding new application
3742

@@ -46,3 +51,6 @@ When adding new application
4651
- [Use the Angular project template with ASP.NET Core](https://docs.microsoft.com/en-us/aspnet/core/client-side/spa/angular?view=aspnetcore-3.1&tabs=visual-studio)
4752
- [Use the React project template with ASP.NET Core](hhttps://docs.microsoft.com/en-us/aspnet/core/client-side/spa/react?view=aspnetcore-3.1&tabs=visual-studio)
4853
- [Enable Cross-Origin Requests (CORS) in ASP.NET Core](https://docs.microsoft.com/en-us/aspnet/core/security/cors?view=aspnetcore-3.1)
54+
55+
### Notes
56+
*In order the sample to work, first the [Persistence](https://github.com/IgniteUI/ASP.NET-Core-Samples/tree/master/Persistence) project has to be build.

0 commit comments

Comments
 (0)