Friday, 15 January 2010

asp.net mvc - Microsoft MVC Razor - EditorFor and Digitalbush mask not working -



asp.net mvc - Microsoft MVC Razor - EditorFor and Digitalbush mask not working -

i cannot mask command exclusively work. simple mvc editorfor line shows fails mask input. i'm sending timespan value it.

@html.editorfor(model => model.vxchargebo.visittime)

should mask _ _ : _ _ instead shows time passed 00:00:00

i've tried adjusting mask, problem seems in mvc or css wanted rule out mvc.

use:

@html.textboxfor(model => model.vxchargebo.visittime)

asp.net-mvc input mask editorfor

No comments:

Post a Comment