Hello, If the RadGrid is set to RTL: RadGrid1.MasterTableView.Dir = Telerik.Web.UI.GridTableTextDirection.RTL When a user wants to resize a column, the LEFT border of the column should be resizable. When it is moved, the width of the column should expand or shirk, accordingly. However, in RadGrid the RIGHT border of the column is always resizable – also in right-to-left. This is very confusing and unnatural for RTL users. See video that shows the current behavior: http://youtu.be/mGpYNs0x5gc See another video that shows how it works nicely in Excel. I think it should work like this in RadGrid, too: http://youtu.be/GMO7tWzt-mw Would love to see this implemented. Thank you, Daniel.
Ability to add custom buttons to the command item collection.
We are using RadGrid in SharePoint Visual Webpart with FilterType="CheckList". What we need is to be able to filter the checklist further with auto filter textbox. 1. When the filter icon is clicked, it fills with all available options (say 100 + records). 2. User enters few characters (say first 4) in the textbox and the list gets filtered with the all options starting with... (resulting in 8 records) 3. User then selects the required option for the final filter. Please find attached image for clarification.
Kendo ui Grid is taking more than 10 secs to load Data.It contains approx 16000 records.I am using Ajax call to get data from Database.Please let me know how to reduce the load time.In ASP grid it is taking not more than 3 secs to load the data of 16000 records.