I have Date Column in gridview that describe Personal data with birthdays ,for some reason ,I want to have more than one date in my column and I want to set reminder for example :
before somebody's birthday shows a reminder as popup.
I am using Asp.net mvc 5 (viewModel ,Controller ,....)
3 Answers, 1 is accepted
0
Stefan
Telerik team
answered on 13 Jul 2017, 07:23 AM
Hello Rezo,
Currently, the desired functionalities are not supported from the Kendo UI.
The Grid can show multiple values in its cell, but this will require the values to be strings instead of date. This can be achieved with column.template:
As for the notifications system, this has to be an entirely custom approach which will have to check all of the data in the Grid and send an alert to the user if any of the items has a date matching today's date.
I am thinking to try something else ,what do you recommend to be best solution.?
Thanks.
0
Stefan
Telerik team
answered on 17 Jul 2017, 05:39 AM
Hello Rezo,
The notification system can be implemented using multiple ways depending on the scenario.
If there is a specific issue or questions with the Kendo UI API which will be used for the chosen approach, please let us know and we will gladly assist.