Rank: Member Groups: Member
Joined: 4/17/2008 Posts: 11
|
Here's my situation --
I have a FormView inside a CallbackPanel.
The FormView has ItemTemplate, EditItemTemplate and InsertItemTemplate all set up and each template has one or more DropDownList controls in it.
I have the FormView itself set as a trigger to the hosting CallbackPanel.
Now, when I am in, for example, the InsertItemTemplate and tab over to a DropDownList... I press the down arrow button on the keyboard. This (even though the DropDownList itself has AutoPostBack set to False) causes the FormView to trigger a callback, which reloads the CallbackPanel and causes the DropDownList to lose focus.
I'd like users to be able to use their keyboard for entry, but this won't work.
The FormView templates each have LinkButtons associated with them. Can I set each of these LinkButtons -- which are child controls to their respective templates -- as triggers (manual or otherwise) somehow? If so, how (and where -- which events or whatever) can I do it?
Thank you! Allen
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Allen,
Do you happen to use an old version? This appears to be an old bug that has already been fixed. The current version is 2007.2.51 (5.0.51).
Thanks
|
Rank: Member Groups: Member
Joined: 4/17/2008 Posts: 11
|
Yes... I believe we are on version 4.0 (according to the licx file). How do I upgrade and is it free?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, Most likely the upgrade is free to you, unless your originally got 4.0 for free. These two posts contain detailed information on the upgrade policy and how to retrieve license keys for the new version: http://www.essentialobjects.com/Forum/Default.aspx?g=posts&t=50http://www.essentialobjects.com/Forum/Default.aspx?g=posts&t=331Thanks
|