I am developing a web application with ASP.NET 3.5 with C# and Telerik Ajax Control. I have a iFrame in my master page. Application load other pages in iFrame dynamically and iFrame height adjust the
I\'m trying to figure out how to control an individual cell\'s editor (not column, a particular cell) in Telerik\'s RadGrid control.
I have memory problem in my application. Each time I fetch data from db and assign it to Grid, memory increases and sometimes when extensive searches are made the memory reaches to 1 G.B.
This stored procedure does not save the data, it seems to be a problem with the VARBINARY. I am passing a byte[] to it, but then it doesn\'t work. If I send this parameter as NULL it works.
We are using Telerik radcontrols in our web form and I am trying to solve an annoying problem for a while. According to Telerik, I s开发者_运维技巧hould be able to find my control from client-side usi
I face a problem - the controller method gets a NULL argument (key field value) from the nested (detail) view.
I have an application in MVC in which i am using telerik grid to display the record.I am using the entity model for it.
I have some strange issues with loading of RadGrid. What I\'m trying to accomplish is deferred loading user control from web service.
Does anyone know a solid way of implementing Telerik GridView (or any other grid view for that matter) using the Model-View-Presenter pattern. I have managed to implement some functionality but others
I\'m trying to copy the docklayout from one page and try to recreate it in another page. Here is my code-