Posted 8 September 2017, 7:51 pm EST
Hi,
I am using farpoint grid in asp.net application.I am not using the designer but programmatically setting the properties.
The farpoint grid is boud to the dataset from the database.There are 2 columns which are of type datetime. I have also created a custom cell type to specify the datatime format to dd-mmm-yyy. Two such column values are
1.Actual start date 2. Actual End Date and Actual End Date >= Actual Start Date
Is there any way where when the user enters a Actual End data with value lesser than the Actual Start Date, there should be a notification saying that to enter a data with higher value..This should happen even before saving the grid data.
Is this possible ? Is there anything like control to validate / column to validate that can be set after the databind ??
We have a SAVE button which will save the grid values to the database at one time.Each row does not has update button. Instead there is a single SAVE button at the bottom of the grid to SAVE changes in one go..
Please suggest a possible solution.
Thanks.