We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16cea9d commit 50a0762Copy full SHA for 50a0762
ej2-blazor-samples/Pages/Grid/SampleList.cs
@@ -34,29 +34,7 @@ internal partial class SampleConfig
34
Url = "Grid/Filtering",
35
FileName = "Filtering.razor",
36
Type = SampleType.New
37
- },
38
- new Sample
39
- {
40
- Name = "Inline Editing",
41
- Category = "DataGrid",
42
- Directory = "Grid/DataGrid",
43
- Url = "Grid/InlineEditing",
44
- FileName = "InlineEditing.razor",
45
- Type = SampleType.New
46
47
48
49
- Name = "Checkbox Selection",
50
51
52
- Url = "Grid/CheckboxSelection",
53
- FileName = "CheckboxSelection.razor",
54
55
}
56
};
57
58
-
59
60
61
62
0 commit comments