astazed
astazed

Reputation: 649

jqgrid setSelect function issue

In this function, its default value all is never returned:

$grid->setSelect("title", "SELECT  DISTINCT field1,field2 FROM tmp ORDER BY field1;", true, true, true, array(""=>"all"));

Upvotes: 0

Views: 852

Answers (1)

Grace
Grace

Reputation: 1265

the default value will work in search mode and not with edit mode

Upvotes: 1

Related Questions