EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: srg on March 27, 2014, 02:15:49 AM



Title: Multiple Date box with single div
Post by: srg on March 27, 2014, 02:15:49 AM
Hi all,
     If two date fields are there in single Div, but both date fields data is different.(For ex: one date field is for "From" and another is for "To" and JSON data of those rows is
{"field":"registrationDateFrom","operator":"is","value":"20140301"}  and
{"field":"registrationDateTo","operator":"is","value":"20140304"} ) if i load saved data of those fields(one date is for "From" and one date value is for "To"),then  different div is creating for "To" field.

I want to know How can we skip second row and row value of the second one need to load for second datefield (i,e: "To"). Can anyone help!!!!

Thanks in Advance...