Client side data from odata works great, filter and paging with no extra coding. Surely grouping should be done client side, requesting the amount of data it requries from the odata source. This can make sure when groups are closing, the javascript can request more data to fill up the paging.
Setting CurrentFilterValue for specific column does not work in case other column is filtered.
I have a requirement where I need to right align the data in my RadGrid (a row of numbers) and I also need to right align the header and the filter controls. Currently there is no FilterStyle like there is HeaderStyle or ItemStyle. Yes, I can right align all of the filter columns, but I need to be able to pick-and-choose which columns get right aligned. When I opened a support ticket the following css was suggested, but that only right aligns the text in the text box, the the controls themselves in the <td>. .rgFilterRow td:nth-child(4), .rgFilterRow td:nth-child(7) { text-align: right; }
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.