The latest update of Chrome browser Version 33.0.1750.117 breaks the radgrid vertical scrolling with these settings: <ClientSettings AllowColumnHide="True" AllowKeyboardNavigation="True"> <Scrolling FrozenColumnsCount="1" UseStaticHeaders="True" AllowScroll="True" EnableVirtualScrollPaging="True" /> </ClientSettings>
I need to export data from grid without actually displaying the grid. When I drop grid on a aspx form, set datasource with stored procedure, one parameter linked to a drop box selected value, set some properties like export all pages, only data and then fire export to excel if I have grid visible property set to true it generates excel file with field names as headers. If I have grid visible property set to false excel file still generated but no field names added as column headers. Is it a correct behavior for the grid? I use 2013 Q3 version of Ajax .Net controls, VS2010, IE 9, Chrome. THanks!
I spend too much time hunting through the design time settings looking for a property settings. For example, your documentation indicates that I can produce a message to ask a user to confirm a row deletion when they click on a Delete button by adding some text to the ConfirmText property of the GridButtonColumn. Where the heck is this? I wish you would provide a "Search for this property or method" in you design control so that I could easily find the setting. Same suggestion goes for all of your complex controls. Thanks!
I am using a user control to insert and update the data found in the MasterViewTable as well as other detail items bound in child tables not included in the grid. How does one pass the key value to the user control. I am new to Telerik but it shouldn't be this difficult.