By mswatcher
via paraesthesia.com
Published: Feb 12 2013 / 10:18
I’m trying to write an HtmlHelper extension that lets you dump out options that build a jQuery UI datepicker on the client. (I know there are some of these out there, but for various reasons I won’t get into… I get to make one, too.) Something that will let me do this: @Html.DatePickerFor(m => m.SomeDate); In doing that, I’ve uncovered a lot of frustration around getting the options specified on the server over to the client and working in a consistent format.
Tweet
SaveShareSend
Tags: frameworks, javascript, ria, web design
Add your comment