Posts by Cronorp • 61 points
3 posts
-
1
votes1
answer141
viewsQ: customize create() in Kendo Toolbar
I need to customize the Create button of Kendo UI Toolbar (the one that creates a new line to add values) so that it creates a new line to each object in an array, which comes from another…
-
2
votes2
answers115
viewsA: Orderby lambda keeps changing with every search
The change was occurring in the script even the same ordering done in C# I used in JS and it worked, Thanks success: function (result) { var dataArray = []; var valarray = []; var datas = {}; var…
-
3
votes2
answers115
viewsQ: Orderby lambda keeps changing with every search
I have a search in lambda, in which refers information of a grid, but at each different query it changes the information of place: Indicadores = (Pegatodos().Where(f => f.STATUS == "A") .Select(x…