Wednesday, 5 April 2017

Bootstrap datetimepicker not working inside table-responsive

// CSS

style="position: inherit; top: 30px;"


// HTML

<div class="table-responsive" style="min-height: 100px; padding: 0px 5px 5px; max-height: 450px;
                overflow: auto;">
                <table>
                    <tr>
                        <td>
                            <div class="grdCal" style="position: inherit; top: 30px;">
                                <asp:TextBox runat="server" ID="txt_Date" CssClass="form-control vochDatemimx" Text='<%# Bind("Date") %>'
                                    MaxLength="10" onkeypress="return Back_Del_Only(event);"></asp:TextBox>
                            </div>
                        </td>
                    </tr>
                </table>

            </div>

/// Result


No comments:

Post a Comment

How to highlight selected text in notepad++

  –> To highlight a block of code in Notepad++, please do the following steps step-1  :- Select the required text. step-2  :- Right click...