Thursday, 15 September 2011

Jquery Date in GridView? -


I have included the jquery datepicker inside the item template, if I date from datepicker in the second line text box Please select (TbxEffectiveFromDate), the selected date is not stored in the first line text box only in the selected grid row index Please fix this jquery datepicker in grid view. If I mentioned the name of the text box class, then it is not working. Some people help me, I am struggling for 2 days.

  & lt; Asp: UpdatePanel id = "main updating panel" run = "server" & gt; & Lt; Asp: GridView id = "gvBaseTarget" runat = "server" CssClass = "gvBaseTarget" & gt; & Lt; Columns & gt; & Lt; Asp: TemplateField ItemStyle-width = "18%" ItemStyle-CssClass = "gvBaseTargetLeft" header text = "header style-CSS class =" GVBetabillet "& gt; Effective; & gt; ItemTemplate & gt; & lt; ASP: Text Box ID = "TBXFfectiveFrameDet" runat = "server" readonly = "true" client iddod = 'static' enabled = "fottal" width = "100px" css-class = "tbx bus target" & gt; ATP: text box & gt; & Lt; / ItemTemplate & gt; & lt; / ASP: TemplateField & gt; & lt; / column & gt; & lt; / ASP: GridView & gt; & lt; / A Speed: UpdatePanel> $ (document) .ready (function () {Sys.WebForms.PageRequestManager.getInstance (). Add_endRequest (BindPicker); BindPicker ();}); Function Binding Picture () {var $ gv = $ ("Table {id $ = gvBaseTarget]"); Var $ rows = $ ("& gt; group> tr: not (: (th, table))", $ gv); var $ input = $ ( "[Id * = tbx effectiveFromDate]", $ rows); $ Inputs.datepicker ();}  

Image link:


No comments:

Post a Comment