K2CheckBoxlist

  • 22 December 2005
  • 1 reply
  • 0 views

Badge
OK guys.....

What is the trick here.

I built a K2CheckBoxlist on my Smartform page and it does not bind my selections.

What is the format of the XML that i need in K2.

Right now it is

Root
L_______Data
L_____________Value(Boolean)

Tell me what it needs to be please

1 reply

Badge +2
The schema i've used is:

<K2CheckBoxList>
<CheckBoxListItem />
</K2CheckBoxList>

This seems to work correctly binding the control to the <CheckBoxListItem> field.
I'm not sure if Boolean is appropriate, I've never tried that. I generally don't type the nodes.

Let me know.

pj

Reply