S
Spunny
Guest
Hi,
We have asp.net web application and we created user control for date dropdowns. We use this date user control on all web pages. On some pages, we need to validate whether selected date is weekend or holiday as per our database table. This validation is done in user control custom validator control server side event getting data from database.
All those pages have Telerik RadGrid controls which are client bound.
When user selects holiday as date and does data entry into Grid and clicks on submit button, validation fails and grid clientside bind happens erasing all entries.
How can I make user control to have client side validation. Some said using JSON get data from database and validate.
Please share code or suggest options.
Thank you,
Continue reading...
We have asp.net web application and we created user control for date dropdowns. We use this date user control on all web pages. On some pages, we need to validate whether selected date is weekend or holiday as per our database table. This validation is done in user control custom validator control server side event getting data from database.
All those pages have Telerik RadGrid controls which are client bound.
When user selects holiday as date and does data entry into Grid and clicks on submit button, validation fails and grid clientside bind happens erasing all entries.
How can I make user control to have client side validation. Some said using JSON get data from database and validate.
Please share code or suggest options.
Thank you,
Continue reading...