Provide the ability for the developer to configure the grid so that the Group By box appears _below_ the CommandItem
Currently to use a UserControl in RadGrid, it has to be in EditFormSettings defined as UserControlName. This functionallity requires filling all the controls of UserControl again on ItemDataBound event. It should be possible to put the UserControl in FormTemplate when EditFormType is "Template" . Thank you.
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; }
I would like to suggest that a more intuitive clear filter option be used on the Filtering columns in the RadGrid. Currently, I have to select "No Filter" from the Filter list of options. Instead, I believe the Filter should be provided to be more intuitive similar to other applications such as Microsoft Access, Excel or Google Search. In Microsoft Access or Excel, I simply unselect the Filter icon to remove the Filter. In Google Search, I simply click the X icon next to my search criteria to remove my search text. Either of these methods should be adopted so that the overall end user experience is more pleasant and comparable to filter capabilities in other tools and products.