This question is locked. New answers and comments are not allowed.
Hello!
I have this definition for the Grid:
The Grid is in the TabStrip, so I can not switch between tabs in the TabStrip after adding Grid definition to content of some tab.
Also JS error has appeared:
I saw your "Grid Binding to DataTable Sample" and it works fine. I have not found a difference with my code.
What could be the problem?
Very thanks,
Max
I have this definition for the Grid:
@(Html.Telerik().Grid(Model.GridDataTable) .Name("Grid") .Columns(columns => { foreach (System.Data.DataColumn column in Model.GridDataTable.Columns) { columns.Bound(column.DataType, column.ColumnName); } }) .Pageable() .Sortable() .Filterable() .Groupable() )The Grid is in the TabStrip, so I can not switch between tabs in the TabStrip after adding Grid definition to content of some tab.
Also JS error has appeared:
Uncaught SyntaxError: Unexpected identifierb.grid.valueForb.grid.initializeColumns.pe.extend.proxy.g asset.axd:2e.extend.each asset.axd:2b.grid.initializeColumnsb.grida.fn.tGrid.b.create.inita.telerik.create asset.axd:5e.extend.each asset.axd:2e.fn.e.each asset.axd:2a.telerik.create asset.axd:5a.fn.tGrid(anonymous function)ax asset.axd:5a.ajax.success asset.axd:5f.Callbacks.n asset.axd:2f.Callbacks.o.fireWith asset.axd:2w asset.axd:4f.support.ajax.f.ajaxTransport.send.d asset.axd:4I saw your "Grid Binding to DataTable Sample" and it works fine. I have not found a difference with my code.
What could be the problem?
Very thanks,
Max