Rank: Member Groups: Member
Joined: 5/12/2009 Posts: 20
|
I have a callbackpanel in the editItem section of my formview. I cannot associate triggers with it unless I position it outside the formview. Having it inside, I receive the error "Object reference not set to an instance of an object" while trying to open the list of available controls.
Maybe it's not possible to work with callBackPanels in a formview as the formview's components are not directly accessible...
Any help appreciated!
Ralph
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We have confirmed this to be a bug. We will fix it as soon as possible. In the mean time, you can directly type in the ID of the trigger. For example, instead of clicking the drop down and then select "Button1", you would directly type in "Button1" without clicking the drop down. Once you correctly type in the ID of the trigger, everything should just work.
Thanks!
|