Hi, I have been using the editform for rad grid data editing. you can style most elements easily, but you cannot easily change the headers/field labels. this would be a very useful property to be added
Reference: http://www.telerik.com/forums/radgrid-column-header-and-data-item-alignment-problem This has apparently been an issue with RadGrid for a long time, according to the above thread. I have done a significant amount of testing to isolate this bug and have attached a self-contained solution in VB.NET 4.0 (VS 2010). I removed all the surplus RadGrid properties I could in order to simplify the debugging process on your end and included my notes in the code and on the test page. There is indeed some peculiar behavior with the control. Regards, Matthew
Hello, Our project requirement is that information in RadGrid will be exported to PDF in RTL language. Please add this feature - it’s very important for our project!! Thanks, Daniel. .Net Programmer as ISR Corp
Hello, When the user exports RadGrid data, an answer is sent back by the server to the client with the exported file (through response-redirect). Our project requirement is the server will create the export file, without sending such Response-Redirect. Therefore, it would be nice to have the option to cancel the Response-Redirect. Thanks, Daniel. .Net Programmer as ISR Corp.
Using EnableTimeIndependentFiltering with a DatePicker works very well but I would like to see a EnableDateIndependentFiltering property. Can date independent filtering be added to the time picker control in the RadGrid? As it is now you can add a time picker filter column but it does not filter properly since it looks at both the date and time portions of a datetime field.
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.