javascript - Asp.net jTable time field type -
i'm going build asp.net webforms , want consume jtable.
i have time(7) datatype in sqlserver, , have map relation in jtable.
so, jtable back upwards time info type , how can implement it, , how can validate it.
i have used html5 solve problem
quizstarttime: { title: 'starttime', width: '30%', input: function (data) { if (data.record) { homecoming '<input type="time" name="quizstarttime" value="' + data.record.quizstarttime + '"/>'; } else { homecoming '<input type="time" name="quizstarttime" value="08:00">'; } } } the if statement used value database in update state or set default value in add together state
javascript jquery asp.net ajax jquery-jtable
No comments:
Post a Comment