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

Is it safe to move towards telerik MVC controls....

3 Answers 100 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.
mohammed
Top achievements
Rank 1
mohammed asked on 21 May 2010, 03:45 PM
We are planning to make a major shift by replacing all telerik ajax grids with MVC ones. I have few questions about MVC

1) What are the new MVC controls coming up in near future?

2) What new features can I expect in next major realease for MVC grid?

3) As of current release, Can I show drop down in any of the column during inline edit or add new record mode?

4) Can I use telerik ajax controls like dorp down along with MVC grid on same web page?

5) Can I bind telerik asp.net ajax drop down with MVC grid?

6) How about url in MVC grid?

3 Answers, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 24 May 2010, 10:26 AM
Hello Mohammed,

The development plans for the upcoming Q2 release can be seen in our roadmap. Since we are currently developing a DropDown / ComboBox component, it would be wiser to wait until it is ready instead of mixing the RadComboBox with the MVC Grid. I didn't get the question about the links, however - could you please clarify?

Regards,
Alex Gyoshev
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
mohammed
Top achievements
Rank 1
answered on 25 May 2010, 03:43 PM
1) Is it possible to display text col in MVC grid that acts as hyperlink?

2) Can we use stored procedures for DML operations in MVC grid?

Thanks,
M Ali.
0
Atanas Korchev
Telerik team
answered on 25 May 2010, 04:16 PM
Hello mohammed,

Up to your questions:
  1. Yes it is possible by using either the template or client template of the column.
  2. The grid is data-agnostic. It does not matter how you retrieve the data - the grid requires an IEnumerable<T> and binds to it. In a word if your stored procedure returns data which is easily convertible to IEnumerable<T> you can bind the MVC grid.

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.
Tags
General Discussions
Asked by
mohammed
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
mohammed
Top achievements
Rank 1
Atanas Korchev
Telerik team
Share this question
or