enter code here protected void btnshortlist_Click(object sender, EventArgs e) { foreach (GridDataItem item in rg_results.Items)
I am doing Web Forms C# application. I have telerik controls install开发者_Python百科ed. I can see them in toolbox now. But When I drag a control to page, it doesn\'t do anything. I don\'t get error t
This is a WCF/RIA issue. I have entity A with a foreign key to Entity B. I have setup an ExternalReference between A (foreign key) and B (primary key) called \'Name\' because they are not in the same
Please Can i know is their any good article which describes the complete flow of how to开发者_StackOverflow社区 bind a gridview using MVP design pattern.found this in stack
I have a page with a Telerik RadGrid and a Telerik drop-down list. The grid items are grouped using the <GroupByExpressions> element. When an item is selected in the drop-down, the page posts ba
I have a good \'ol ASP.NET Winforms grid requirement where an admin user needs to CRUD products, orders and other data in a shopping site.
I am using Telerik\'s Silverlight RADGridView control and trying to imple开发者_运维技巧ment it in a pure MVVM fashion. I am using MVVMLight\'s EventToCommand to pass the control\'s events to my viewm
how to ma开发者_如何学运维intain the scroll state when Telerik grid Edit button is cliked.You will have to capture the current scroll position with javascript and then store it on a hidden field, then
I want to fetch value from dropdownlist when selected. On that selection of value I am firing a simple select query ie.
I am trying to replicate something like this demo http://demos.telerik.com/aspnet-ajax/tooltip/examples/tooltipversustooltipmanager/defaultvb.aspx