Typing in a DropDownMenu

Posted by Sksamantaray under ASP.NET on 1/9/2012 | Points: 10 | Views : 1564 | Status : [Member] | Replies : 6
Is this possible to type something in a DropdownList box.
I need a sample.

Thanks,
Sanjay



Responses

Posted by: Shanthosh2110 on: 1/9/2012 [Member] Starter | Points: 25

Up
0
Down
Hello,

We can not type in dropdown list, but in the Custom list add FillInChoice = "TRUE" in Element.xml and in Schema.xml that will produce a textbox to add the value you wanted.

Hopes this helps you.

shanthosh.s

Sksamantaray, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Sksamantaray on: 1/9/2012 [Member] Silver | Points: 25

Up
0
Down
Hi Shantosh ,
Can you send a sample?

Thanks,
Sanjay

Sksamantaray, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Shanthosh2110 on: 1/10/2012 [Member] Starter | Points: 25

Up
0
Down
<Field Type="Choice" DisplayName="status" FillInChoice= "True" Required="FALSE" ID="{65C9618C-8CC0-4E6A-B077-F5BA43470239}" Format="Dropdown" StaticName="status" Name="status" Group="custom">
<CHOICES>
<CHOICE>India</CHOICE>
<CHOICE>England</CHOICE>
<CHOICE>Japan</CHOICE>
</CHOICES>
</Field>

shanthosh.s

Sksamantaray, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Sksamantaray on: 1/10/2012 [Member] Silver | Points: 25

Up
0
Down


The output appears like:

India England Japan

Can you attach a sample?

Thanks,
Sanjay

Sksamantaray, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Shanthosh2110 on: 1/10/2012 [Member] Starter | Points: 25

Up
0
Down
Do you want the snapshot or What else?

shanthosh.s

Sksamantaray, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Sksamantaray on: 1/10/2012 [Member] Silver | Points: 25

Up
0
Down
Your code :

<Field Type="Choice" DisplayName="status" FillInChoice= "True" Required="FALSE" ID="{65C9618C-8CC0-4E6A-B077-F5BA43470239}" Format="Dropdown" StaticName="status" Name="status" Group="custom">
<CHOICES>
<CHOICE>India</CHOICE>
<CHOICE>England</CHOICE>
<CHOICE>Japan</CHOICE>
</CHOICES>
</Field>
gives following output:
India England Japan



So I want you to zip a sample and send as attachment, you can also put the snapshot in that folder.
Thanks

Thanks,
Sanjay

Sksamantaray, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response