Can we set if null/blank allowed in GridViewDataColumn?
thanks
virendra
1 Answer, 1 is accepted
0
Hristo Deshev
Telerik team
answered on 13 May 2009, 01:59 PM
Hi Virendra,
No, that is not built in the control. You can validate user input and allow/disallow empty or blank input using the data validation events. Check this example out.