How to make html5 date field in search toolbar to respect column width
Free jqgrid is used with Bootstrap 3. Toolbar search contains html5 date field. Date field width is bigger than column width. If column is resized, date field width is still bigger. How to fix this so that date field width in toolbar search is not wider than its column and will not become wider than column on resize ? Testcase is in http://jsfiddle.net/yt6L6p61/ var serverResponse = { "page": "1", "records": "3", "rows": [ { "Id": "1", IsActive:'2015-01-09' }, { "Id": "2", IsActive:'2015-01-05' }, { "Id": "3", IsActive:'2015-01-21' } ] }, initDateHtmlSearch = function (elem){ $(elem).attr(