All,
New version available:
Version 3.1.9 - 2/19/2013
* autoopendatagrid is now honored by the fixed datagrid as well as the floating datagrid.
* Drop down lists no longer initializes with no item selected as they did in versions 3.1.7 & 8
Robert- Thanks for adding this to the new release. I am able to get the first item to work (autoopendatagrid), but still cannot get a drop down to auto populate. Is this addition referring to this Post?The code I am using is listed below (partial)<expressions>
<expression alias="Students" textsearchlabel="Choose All to select every student in that category:" isvaluerequired="false">
<values>
<value prompt="Grade:" userlist="All,K,1st,2nd,3rd,4th,5th,6th" isvaluerequired="false" autosubmit="false">Grade = '[value]'</value>
<value prompt="Race:" userlist="All,American Indian,Asian,Hispanic,Black,White" isvaluerequired="false" autosubmit="false" operator="AND">Race = '[value]'</value>
<value prompt="Gender:" userlist="All,Male,Female" isvaluerequired="false" autosubmit="false" operator="AND">Gender = '[value]'</value>
<value prompt="Free or Reduced Lunch:" userlist="All,Yes,No" isvaluerequired="false" autosubmit="false" operator="AND">FRL = '[value]'</value>
<value prompt="Special Ed:" userlist="All,Yes,No" isvaluerequired="false" autosubmit="false" operator="AND">SpecEd = '[value]'</value>
</values>
</expression>
</expressions>
When I use this, I still get blank drop downs when the widget opens. Any thoughts would be great.Thanks Robert,Matt