jquery - jqGrid does not display search button(icon) -


This is the following code to show me the data, it works fine, but it does not show the search icon, which I have lost JqGrid ({url: 'post2.php', datatype: "Jason", colNames: ['id', 'lastname', 'fname'], colmodel: [{name: 'id', index: ' Id ', hidden: true, width: 90}, {name:' fname ', index:' fname ', width: 90}, {name:' last name ', index:' last name ', width: 100}] , Line number: 10, line list: [10,20,30], pager: '# pager', height: '100%', serial name: 'id' viewer: true, serial: "esque", ca Passion: "example 1"}); JQuery ("# ​​list2"). JqGrid ('navigrid', '# pager', {search: true, search text: "search"});

thanks

thanks oleg

I found the problem, the search icon with jqgrid 3.7 dose jquery-ui-1.8.2.custom

is not displayed and jquery-ui-1.7.3.custom with its word OK


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -