Jump to content
Software FX Community

Droplist Example


pbursch

Recommended Posts

Do you have an example for how to configure grid item editor droplists?  I see that there is a data field type call LookupField but I am not certain how to properly configure it.  My aspx page markup follows where I am trying to embed a weekday type droplist.  The problem is that I get an exception when I try to edit grid items.  Thanks for any help.

<GridFX:LookupField UniqueID="Select">

<Input ControlType="DropDown" />

<LookupItems>

<GridFX:LookupItem Text="Sunday" Value="1" />

<GridFX:LookupItem Text="Monday" Value="2" />

<GridFX:LookupItem Text="Tuesday" Value="3" />

<GridFX:LookupItem Text="Wednesday" Value="4" />

<GridFX:LookupItem Text="Thursday" Value="5" />

<GridFX:LookupItem Text="Friday" Value="6" />

<GridFX:LookupItem Text="Saturday" Value="7" />

</LookupItems>

</GridFX:LookupField>
Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...