How to use ntb:ComboColumn in new ASP.NET Beta version

8 views
Skip to first unread message

Mangesh

unread,
Jul 28, 2009, 6:52:18 AM7/28/09
to completeui
Hi,

I am using new ASP.NET Beta version. I could find simple example for
combo implementation at http://www.ebusiness-apps.com/products/combobox/embeddedmenus/
but couldn't find for ntb:ComboColumn inside nitobi grid. My
requirement is preety simple I want to bind combo column to a
hardcoded list. When user starts typing into it, it should show the
matching values like intellisesnse. My grid is something like:

<ntb:Grid ID="TravelerGrid" runat="server" Width="580" Height="250"
Mode="locallivescrolling"
AllowAddRow="true" AllowDeleteRow="true"
Resizable="Fixed" ShowCellToolTips="true"
DataSourceId="TravelerData"
LiveScollingMode="Leap" Theme="nitobi">
<Columns>
<ntb:BoundColumn Name="Last Name"
HeaderText="Last Name" DataField="LastName" Width="100">
</ntb:BoundColumn>
<ntb:BoundColumn HeaderText="First Name"
DataField="FirstName" Width="100">
</ntb:BoundColumn>
<ntb:BoundColumn HeaderText="Title"
DataField="Title" Width="60">
</ntb:BoundColumn>
</Columns>
</ntb:Grid>

I want to make my 'Title' column as dropdown.

Please let me know if you have any idea about it.

Mangesh

unread,
Jul 28, 2009, 9:09:26 AM7/28/09
to completeui
In short I want exactly same functionality as
http://www.ebusiness-apps.com/products/combobox/unbound/#view-source
but inside the grid.

On Jul 28, 3:52 pm, Mangesh <gurav...@gmail.com> wrote:
> Hi,
>
> I am using new ASP.NET Beta version. I could find simple example for
> combo implementation athttp://www.ebusiness-apps.com/products/combobox/embeddedmenus/
Reply all
Reply to author
Forward
0 new messages