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

How Could I row Added

1 Answer 33 Views
UI for ASP.NET AJAX in ASP.NET MVC
This is a migrated thread and some comments may be shown as answers.
Tamim
Top achievements
Rank 1
Tamim asked on 12 Jun 2013, 01:53 PM

Hi,
  I have used Radcontrol in Radcombobox, Radtextbox In Grid(See my grid row screen shot)
 Item list selected to assign Descrption also.
Then i have entered remaining fileds.
 Rate Column Entered to Tab Key Press Next Row Item filed to focus set.
How to Row Create and radcombobox to bind

Example:
 Default Grid Row set 5 Rows
  I have Entered 4th row Rate to Tab Key Press add one Row With radCombobox Bind.


Thanks,
Ansari

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 17 Jun 2013, 08:23 AM
Hi Ansari,

You can access the combobox using the following approach:
http://www.telerik.com/help/aspnet-ajax/grid-accessing-cells-and-rows.html
and bind it on server side:
http://www.telerik.com/help/aspnet-ajax/combobox-data-binding-overview.html
http://demos.telerik.com/aspnet-ajax/combobox/examples/populatingwithdata/autocompletesql/defaultcs.aspx
 
Alternatively, you can access the rate input and attach onblur event to populate the combo items on the client:
http://www.telerik.com/help/aspnet-ajax/combobox-client-side-radcomboboxitemcollection.html

Hope this helps.

Regards,
Eyup
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
UI for ASP.NET AJAX in ASP.NET MVC
Asked by
Tamim
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or