I have implemented a code-behind radgrid with multiple columns that utilize the Google-like filtering as in this link:
http://www.telerik.com/help/aspnet-ajax/grid-google-like-filtering.html
Everything works fine, but I have additional GridBoundColumns and GridDateTimeColumns in the grid. I cannot seem to alter their width. Especially the GridDateTimeColumns; they appear to be compressed together.
I have tried setting FilterControlWidth and HeaderStyle.Width.
I can adjust the width of the googe-like columns by altering the width of the ComboBox. Any ideas?
Thanks,
Mark
http://www.telerik.com/help/aspnet-ajax/grid-google-like-filtering.html
Everything works fine, but I have additional GridBoundColumns and GridDateTimeColumns in the grid. I cannot seem to alter their width. Especially the GridDateTimeColumns; they appear to be compressed together.
I have tried setting FilterControlWidth and HeaderStyle.Width.
I can adjust the width of the googe-like columns by altering the width of the ComboBox. Any ideas?
Thanks,
Mark