Silverlight Datepicker empty -


i have silverlight date picker declared below

<controls:datepicker  x:name="datefrom"  grid.column="1" grid.row="0"></controls:datepicker> 

and button declared such.

<cc:nexbutton x:name="submit" horizontalalignment="right" grid.column="0" content="search" mouseleftbuttonup="nexbutton_mouseleftbuttonup" ></cc:nexbutton> 

when type date in date picker , press search button without clicking out of control go nexbutton_mouseleftbuttonup event.

when try , value out going datefrom.text "" , when try , access selectedvalue going datefrom.selecteddate today's date. both of these cases wrong , should getting date entered. thought might of been date validation error have tried different date formats such , uk date formats.

why can not access date entered when not click/ tab out of control? event failing fire.


Comments

Popular posts from this blog

java - Unable to make sub reports with Jasper -

Save and close a word document by giving a name in R -

scala - play framework: Modules were resolved with conflicting cross-version suffixes -