Please add the ability to show the 3-dot Filter icon available in the mobile render mode in the lightweight render mode as well. We don't have room to show the filter textboxes/dropdowns in the column headers and our clients don't know to right mouse click on a header when the filter box isn't visible to get filter options. Having the 3-dot filter icon there would be wonderful as guide and provide better usability so they know more options are available. Thanks.
Steps to replicate the error: Add a row and press the save button twice (before the first saving finishes, press the button again). This will throw a "System.NullReferenceException" at "Telerik.Web.UI.GridTableView.FillDataKeys".
Please add the ability to have a GridHyperLinkColumn automatically UrlEncode the fields specified in DataNavigateUrlFields. Having to handle it in the code-behind is a pointless pain in the butt, especially when dealing with more than 1 field. It should be handled automatically during the application of the DataNavigateUrlFormatString format instead.
Think it'd be great (and probably pretty easy to do) to have a property on each gridcolumn for ShowFilterTextbox (similar to ShowFilterIcon). Right now my workaround is to hide them during ItemCreated or in styling, but it becomes messy, quickly.
This should improve performance in this situation when client side data-binding can be used.
It makes no sense that the GridButtonColumn does not have the Single Click feature just like the RadButton. Why would the web users not be double-clicking this button as opposed to a stand-alone button? It is not even consistent - the button in a RadGrid's GridButtonColumn should be a RadButton.
Currently, RadGrid with Frozen Columns can be scrolled horizontally by touching the data records, which breaks the Frozen Columns functionality on mobile devices as all columns get scrolled. And the only way to keep the first columns frozen under touch devices is to use the horizontal scrollbar below the RadGrid for scrolling.
RadGrid filtering issue when RenderMode is set to Mobile and the grid is bind on the client See the movie below: https://drive.google.com/file/d/0Bzhl0S7bXwuyYlZ1akFwdHZvWDg/view This can be replicated in the online demo below when edit mode is set to Mobile: http://demos.telerik.com/aspnet-ajax/grid/examples/data-binding/client-side/declarative/defaultcs.aspx
In RadGrid with client-side binding a js error appear after trying to change the page size if a button column has been reordered prior that.
How to reproduce: Setup a RadGrid and configure the render mode to be Lightweight. Add group by expression with one select and one group field. Export to XLSX. Current behavior: Html code is rendered in the Excel cell Correct behavior: No Html code should be visible