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

[Solved] Show telerik dropdown using clienttemplate and allow Batch Update on telerik mvc grid.

2 Answers 76 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Divya
Top achievements
Rank 1
Divya asked on 01 Jun 2011, 07:03 PM
I have 2 queries:

1. I am trying to make a grid which should work with Ajax.. I need to display a dropdown in one of the grid column.. I could add the clienttemplate("select..."), but the dropdown would not have capabilities of a telerik drop down. Is it possible to add a telerik dropdown using client template? I used UI hint on the entity but it works only on a row basis when user clicks on edit. Can a similar thing be done without a edit button.
2. THe user will update values in the dropdown list of multiple rows and click a button to perform a batch update.

I am facing challenge to show a dropdown with the capabilities of a telerik dropdown in the grid column and would batch update be able to capture the rows whose dropdown values have changed.

Please share a sample if any for the same.

Thank you.

2 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 02 Jun 2011, 06:19 AM
Hello Divya,

 You can check this code library project which is probably related.

Regards,
Atanas Korchev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Kaan
Top achievements
Rank 1
answered on 10 Aug 2011, 10:11 AM
Hi telerik team,
I'm using Batch editing functionality,

SubmitChange function signature is :     
public ActionResult _SaveBatchEditing([Bind(Prefix = "inserted")]IEnumerable<CommRatePageItem> insertedProducts,
            [Bind(Prefix = "updated")]IEnumerable<CommRatePageItem> updatedProducts)
I do not want to use:

I want to use  :
public ActionResult AddEdit(PaymentSetVPosPage model,IEnumerable<CommRatePageItem> insertedProducts)

how can I do
thanx.
Tags
General Discussions
Asked by
Divya
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Kaan
Top achievements
Rank 1
Share this question
or