Completed
Last Updated: 19 Feb 2016 23:32 by chris
ADMIN
Ivan Danchev
Created on: 30 Jan 2015 13:10
Category: SearchBox
Type: Bug Report
0
RadSearchBox in RadGrid's form template is incorrectly initialized with input field width: 5px

		
2 comments
chris
Posted on: 19 Feb 2016 23:32
the bug is still there (2016.1.113.45); hacky fix:

/*fixing improper radsearchbox initialization (initializes to 5px wide)*/
.RadSearchBox input.rsbInput {
        width: 275px !important; /*set width to desired width - 25 px*/
    }
DELAVOIS
Posted on: 24 Feb 2015 09:17
Hello,

I would like to know in which patch version this bug wille be fixed and when ?

Thank you !