Skip to content

Commit 4304d0a

Browse files
author
vikramsundarajan
committed
Changed the link
1 parent fca8eec commit 4304d0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ej2-asp-core-mvc/grid/EJ2_ASP.MVC/editing/edit-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ The following sample code demonstrates the customization applied to DatePicker c
227227

228228
### Disable the date value prior to the selected date value in DatePicker
229229

230-
The Syncfusion Grid allows configuring the [DatePicker](https://ej2.syncfusion.com/aspnetmvc/documentation/datepicker/getting-started) to dynamically set a minimum selectable date. This ensures that users can only select dates that fall after a specified minimum date, based on the data in each row. This feature is particularly useful for maintaining data consistency and preventing users from selecting inappropriate or illogical dates.
230+
The Syncfusion Grid allows configuring the [DatePicker] to dynamically set a minimum selectable date. This ensures that users can only select dates that fall after a specified minimum date, based on the data in each row. This feature is particularly useful for maintaining data consistency and preventing users from selecting inappropriate or illogical dates.
231231

232232
The following example demonstrates how to configure the `DatePicker` within the Grid using the **edit** parameters of a column. This setup dynamically restricts the selection of dates in the DatePicker’s calendar based on the data in the current row.
233233

ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/editing/edit-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ The following sample code demonstrates the customization applied to DatePicker c
227227

228228
### Disable the date value prior to the selected date value in DatePicker
229229

230-
The Syncfusion Grid allows configuring the [DatePicker](https://ej2.syncfusion.com/aspnetcore/documentation/datepicker/getting-started) to dynamically set a minimum selectable date. This ensures that users can only select dates that fall after a specified minimum date, based on the data in each row. This feature is particularly useful for maintaining data consistency and preventing users from selecting inappropriate or illogical dates.
230+
The Syncfusion Grid allows configuring the [DatePicker] to dynamically set a minimum selectable date. This ensures that users can only select dates that fall after a specified minimum date, based on the data in each row. This feature is particularly useful for maintaining data consistency and preventing users from selecting inappropriate or illogical dates.
231231

232232
The following example demonstrates how to configure the `DatePicker` within the Grid using the **edit** parameters of a column. This setup dynamically restricts the selection of dates in the DatePicker’s calendar based on the data in the current row.
233233

0 commit comments

Comments
 (0)