pbursch Posted December 24, 2007 Report Share Posted December 24, 2007 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> Quote Link to comment Share on other sites More sharing options...
StephenP Posted January 4, 2008 Report Share Posted January 4, 2008 Hi, sorry about the delay in getting a response. The exception you got is a bug in Grid FX. It has been fixed and will be available in a hotfix that should be available Monday. I will let you know once it's ready. Is everything else okay? Quote Link to comment Share on other sites More sharing options...
pbursch Posted January 16, 2008 Author Report Share Posted January 16, 2008 The lastest version posted is from 12/11/2007. Is there something newer that fixes this issue? Quote Link to comment Share on other sites More sharing options...
AngelR Posted January 17, 2008 Report Share Posted January 17, 2008 Yes, there is a recent Hotfix addressing this issue. You will receive a personalized message with download instructions. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.