How to: Hide a row in Telerik’s RadGrid
If you are looking for a way to programatically hide rows you don’t wish to show from your data source whether by triggering an event or by a condition you can do it. It’s...
A site dedicated to Exchanging Knowledge (reviews, q&a, help, support)
.Net / ASP.Net / Telerik / Third Party
If you are looking for a way to programatically hide rows you don’t wish to show from your data source whether by triggering an event or by a condition you can do it. It’s...
.Net / ASP.Net / Programming / Telerik / Third Party
The grouping functionality of the Ajax control RadGrid from Telerik is probably one of its most attractive features. However, many users might encounter themselves in a situation where you can take action on any...
.Net / ASP.Net / Programming
The answer can be found if you look at the error message when ASP.Net can’t find the assembly. Below is a list of places it would look for the assembly for Telerik.Web.UI: LOG: Attempting...
Within the Configuration section: xml version=”1.0″ encoding=”UTF-8″ standalone=”yes”?> <configuration> <system.serviceModel> </system.serviceModel> </configuration>
You just need to add it within the Configuration tag, at the same level System.web is. <?xml version=”1.0″ encoding=”utf-8″ ?> <configuration> </configuration>
.Net / 2010 / ASP.Net / SharePoint
The error message: “The base class includes the field , but its type (Telerik.Web.UI.RadGrid) is not compatible with the type of control (Telerik.Web.UI.RadGrid).” results when you try to perform an update of the .dlls...
After reading many posts I can say it is very hard to find information on how to get Custom Controls created by third parties working properly in SharePoint 2010 Application Pages (I guess a...
.Net / ASP.Net / Microsoft / Programming
Currently I am having the issue that when I create dynamic controls, even though I re-create them they still lose their respective ViewState. How can I ensure that my Dynamic ASP.Net controls and User...
Follow:
More
Recent Comments