Regarding: Client-side Binding, Programmatic Binding Attempted to perform Client-side Binding to reduce sort and filtering network traffic, using this example http://demos.telerik.com/aspnet-ajax/grid/examples/client/databinding/defaultcs.aspx#qsf-demo-source as the basis of my work. I could not get the server-side public static GetData method to get invoked (and stop on a source code break-point), regardless what I tried. However, I would get a runtime error immediately if I comment out the GetData method entirely. The example code on the Telerik website cannot be downloaded and relies on a SQL Server database (cannot find a way of examining working code -- e.g. hardcoded values that are returned from GetData static WebMethod). Would really like to get client-side data-binding working, but am unsure how to proceed. NOTE: I also tried enabling DataBinding > EnableCaching, but break-point on NeedDataSource still got hit when gridview data was sorted or filtered (and I want sorting and filtering to occur client-side). RadGrid version 2013.1.220.40
When i try to perform filter, browser shows Server time out or at some times it will work after 5 mins. I have almost 25k records in the grid. Selection is working fine. Can any one help?
We have used Telerik controls for ASP.NET AJAX on our email verification ASP.Net application running on Windows server 2008 with IIS 8 in implementing a progress bar which shows the progress of emails verified. However, we have observed that when the application is run via the local host ( http://localhost/appplication.aspx) the progress bar always displays. However, when we run the application through the URL (http://111.222.333.444/application.aspx), the progress bar do not appear. Please kindly look into this.
Based on customer feedback: Input controls, namely RadTextBox and RadComboBox appear misaligned and slightly different in terms of metrics **UPDATE** As of 2016 R1 SP1, the inconsistencies have been targeted and fixed as a part of a broader story to unify the appearance of the various components. NOTE: The changes apply only to Light-weight rendering
I have a dynamic user control that has a radgrid inside it. The user control would always display the radgrid in edit mode on page load. Inside the radgrid, there is a radcombobox. There is a javascript in usercontrol itself for radcombobox OnSelectindexchanging event. What we need is to hide/display a row of the radgrid based on the combo box value by passing the row index which needs to be displayed/hidden. Problem is I am not able to access radgrid (or any control) from the usercontrol. I have attached the complete user control page. Please see cbo_OnSelectedIndexChanging function. Inside this method, we call HideRow(index) method. In hideRow, when we reference matertableview, it fails. Can anyone please help?
When 'Track Changes' functionality is enabled and a text in RadEditor is deleted via Backspace keyboard button while the page is viewed under Chrome or Firefox, the cursor is positioned after the selection, while the expected behavior is to place it before the selection.
I'm using a gridview that used to work before I installed a new trial version (the old one did expire in the middle of our evaluation). The gridview code is taken from your example i.e. I haven't added any extra functionality it's all out-of-the-box. All I did was to connect to our SQL server datasource. The component that errors was already there from the beginning.
I have a RadToolbarDrorDown that allows users to select a different theme. This works fine in Firefox and Chrome, but the dropdown fails to show in IE (v10). It does appear to work with IE 9.0.8 however. In IE 10 I see this script error in the console: SCRIPT5007: Unable to get property 'documentElement' of undefined or null reference ScriptResource.axd, line 147 character 2 Also, the html generated is quite different : see attached Telerik version 2012.1.215.40
I just had a chance to use RadColorPicker in the RadGrid. after having few discussions with Andrey, it seems like to use it in edit mode and be able to bind back, it requires a lot of coding in the code behind and converting rgb to the right format. The code does not look complicated. I propose to add something like <telerik:GridColorPickerColumn that similar to <telerik:GridAttachmentColumn and <telerik:GridHTMLEditorColumn so users can just drag and drop easily. This should be beneficial to anyone who use the control.
Since there are still several customers that need support for old browsers, why not create two separate sets of controls. The existing ASP.Net Ajax controls maintain support for old browsers while HTML5 Ajax controls are not. Personally, I do not need support for old browsers and would like to see leaner, better controls built from the ground up just to support HTML5.
Add the ability to have scale breaks in the RadHtmlChart. Rejected with the comment: This feedback item is a duplicate of http://feedback.telerik.com/Project/108/Feedback/Details/55693
formatting is lost when content is pasted from ms word 2010 to radeditor
When i copy paste bulleted conted from MS word 2010 in Rad editor, it appends extra style margin in the last line and shifts the content towards the right. I used StripFormattingOptions= "MSWord" and StripFormattingOptions= "None SuppressCleanMessage" but none of these options are helping. I also disabled all the filters. Please let me know how i can retain my bulleted formattings while i copy paste from MS word 2010.Attaching the screenshots
Currently Telerik RadGrid does not support a GridCalculatedColumn inside a GridTemplateColumn. GridCalculated Column is a veru useful feature and should be available inside a Template column as well. Thanks