I think It would be great the AUTOCOMPLETEBOX (integrated with FilterExpression) insted of the TEXTBOX for filtering in riadgrid. It's too tedious adding a custom filter template , persisting and restoring filter values after postbacks, build the filterexpression manually etc. I'm aware the checkList can provide similar functionality but it't not so clear, intuitive, ergonomic and easy to use for current user. Regards, Ángel.
It should be client's decision to style his grid, we can not change the dimentions, since it will bre breaking change for the rest of the customers
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.