标签: asp.net-mvc-4 razor devexpress
我在我的项目中使用Dev-express来显示应该在网格中显示的数据 当我使用弹出模式时,验证无法正常工作modelstate.valid正在生效,但值为null和/或无效。 我该如何解决这个问题?
modelstate.valid
if (ModelState.IsValid) { try { //code is here the control is coming inside if ... } }