Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > General Discussions > CrudOperationBuilder.Data(string handler)
Telerik MVC Extensions are no longer supported (see this page for reference). In case you have inquiries about Kendo UI Complete for ASP.NET MVC, post them in the pertinent Kendo UI forums.

Not answered CrudOperationBuilder.Data(string handler)

Feed from this thread
  • Roel avatar

    Posted on Jul 5, 2012 (permalink)

    Hi,

    What is the best way to implement CrudOperationBuilder.Data(string handler)? I was thinking about using it for extra parameters like searchcriteria posting to the ajax method.

    .DataSource(dataSource => dataSource
                .Ajax()
                .Read(read => read.Action("DossiersGridData",
                                        "Dossier",
                                        new System.Web.Routing.RouteValueDictionary(new Dictionary<string, object>() { { "type", "Road" } })
                                        )
                .Data(??)
     
            ))


    Any other suggestions for solving this are welcome.

    Kind regards,

    Roel Alblas

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > General Discussions > CrudOperationBuilder.Data(string handler)