I have a normalized table which shows the supply delivery days for different supplies. The table is normalized keeping with good DB practices and shows the day of the week as a numeric value (1,2,3 et
I am trying to create an editor template for column in a Telerik MVC Grid.After clicking edit this simple string column should show the same string value and next to it I would like to show a button o
i would like t开发者_开发问答o ask how i can intercept the ajax delete functionality of a grid using ajax binding? specifically, up to the point wherein, after i click on delete, as the confirm prompt
I have a control, when I need dislay person with two column: -fullname -best friend The problem is , that property BestFriend on Person is an object.
I have a grid, and say I am in given telerik:GridTemplateColumn (or GridboundColumn?) I want to display the result of 2 other columns, how would I do this?
Code <telerik:RadTabStrip ID=\"RadTabStrip1\" runat=\"server\" MultiPageID=\"RadMultiPage1\" OnTabClick=\"RadTabScript1_TabClick\" OnClientTabSelecting=\"onTabSelecting\" ><%-- OnClientTabSe
When I try and call .dataBind() on a Telerik Grid object in javascript, it throws an exception. The same code I\'m using was working just fine with a previous version of the Telerik controls (2010.2.9
I\'m using a hierarchical RadGrid (Telerik control) but there are some bugs regarding the sort of the second level. I have two levels and the second level is loaded based on the first level.
I have a Telerik MVC grid which uses custom binding. Using javascript I store the filter, page and grouping in a cookie, such that when the user reloads the page, the filtering etc. is restored:
I use telerik radGriD funcrion on javascript client-side: getGridMasterTableView().get_filterExpressions().clear(); - clear array of filter expression.