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

[Solved] adding Select to DataBinding causes GroupBy behavior to fail

1 Answer 12 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Daryl
Top achievements
Rank 1
Daryl asked on 12 Dec 2011, 08:42 PM
Hello,

when i add Select to my grid DataBinding, the GroupBy behavior stops working with the error:

The parameters dictionary contains a null entry for parameter 'id' of non-nullable type 'System.Int32' for method 'System.Web.Mvc.ActionResult Details(Int32)' in ...

also the 'Edit' action stops activating.

I am using the Grid in Server mode.

Suggestions?

thank-you,

daryl

1 Answer, 1 is accepted

Sort by
0
Daryl
Top achievements
Rank 1
answered on 12 Dec 2011, 10:25 PM
Problem solved - I thought 'Select' in the DataBinding was for a particular row (which is incorrect), 'Select' is for the Grid.  Therefore my problem was that I had the wrong Action method specified in the Select Databinding.
Tags
Grid
Asked by
Daryl
Top achievements
Rank 1
Answers by
Daryl
Top achievements
Rank 1
Share this question
or