We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Fill ChoiseList Dynamically

Hello,
as can fill the ChoiseList of a combo AutoComplete according to what typed up to that instant?

There are examples to fill the ChoiseList under you existing data but not according to what the user typed.

thanks

1 Reply

VK Vinish Kumar K Syncfusion Team March 22, 2013 04:35 AM UTC

Hi Silvio,

 

Thank you for your interest in Syncfusion products.

 

We have deeply analyzed your query. Please use the GridDropDownStyle.AutoComplete in your application this will helps to you to achieve the desired behavior in your application and please make use of the following codes.

 

 

gridControl1[rowIndex, 3].DropDownStyle = GridDropDownStyle.AutoComplete;

            if (dataSource != null)

            {

                gridControl1[rowIndex, 3].DataSource = dataSource;

                gridControl1[rowIndex, 3].DisplayMember = displayMember;

                gridControl1[rowIndex, 3].ValueMember = valueMember;

            }

 

Please use the below sample from our dashboard.

 

<Install_Location>\Syncfusion\EssentialStudio\<Version>\Windows\Grid.Windows\Samples\2.0\Cell Types\Drop Down Cell Demo\

 

I have provided the above suggestion based on your query. If you have any issues still, please provide some more details about this issue. if possible please provide the sample file with replication procedure. This will help us to reproduce the issue and provide proper response to you quickly.

 

Regards,

Vinish.


Loader.
Live Chat Icon For mobile
Up arrow icon