or
dataSource: { transport: { read: {url: ('@Url.Action("ActionName", "ControllerName")'), dataType: "json", data: { fieldName: $("#Field").val()} } } },function onMultiLookupWindowSplitterResize(e){ if (e.sender.resizing != undefined && e.sender.resizing.previousPane != undefined) $('#lookupGridContainer').height(e.sender.resizing.previousPane.height() - 40);}var resultsGrid = $('#ResultsGrid').data('tGrid');resultsGrid.dataBind(json);Line 77: .Scrollable(false)
Line 78: .HtmlAttributes(new { id = "top-panes" })
Line 79: .Content(@<div>
Line 80:
Line 81: </div>);
I am using Panel bar here.
Kindly help me to solve this issue
Thanks in AdvanceQuestion:
So, as the title of this post goes, what strategy does Kendo team suggest for building an app for three devices based MSFT stack that minimizes duplicate of code between devices?
Note: Client has indicated, they prefer to do the entire development on MVC [for desktop] rather than MVC + WebAPI [for mobile].
Your suggestions & guidelines will be much appreciated!
Thanks!
..Ben