This is a migrated thread and some comments may be shown as answers.

[Solved] MultiColumn Combo and Page Method

1 Answer 121 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Preetam Ray
Top achievements
Rank 1
Preetam Ray asked on 06 Apr 2009, 02:29 PM
We would like to use Multicolumn Combo. There are n number of examples available for this but I would like to use Multicolumn Combo with Page Method.

For the optimization purposed I have created a separate aspx page and in that page our web method resides and combo box sits in the main page. Please let me know if Multicolumn combo like http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/multicolumncombo/defaultcs.aspx
is possible with page method example like this http://demos.telerik.com/aspnet-ajax/combobox/examples/populatingwithdata/autocompletesql/defaultcs.aspx .

If it is possible to do then how to do that.

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 07 Apr 2009, 02:33 PM
Hi Preetam Ray,

To have a multicolumn combobox you need to use Templates. The current version of ASP.NET (2.0, 3.5) does not support using Templates and WebServices (PageMethods).

Fortunately, the new version of .NET - 4.0 will support client templates.
You can check this blog post:
RadComboBox and ASP.NET AJAX 4.0 Preview – using client-side templates and webservice load on demand

Greetings,
Veselin Vasilev
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
ComboBox
Asked by
Preetam Ray
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or