Hello,
I have a RadGrid on my page that is populated with data from a query (Entity Framework). Each column in the grid has a filter text box for filtering the results. I have set the width of each FilterControl like this ==> FilterControlWidth="45px". Each of the controls are a different width depending on what data is displayed in the column. My problem is that when I view the RadGrid in FireFox or IE9 everything displays properly, however if I view the grid in Safari or Chrome the FilterControlWidth property is ignored and all of the columns are columns/filtercontrols are the default width, making the entire RadGrid wider (user must scroll). What do I need to do so my filterconrol widths will be recognized by Chrome/Safari?
Thanks,
InDev
I have a RadGrid on my page that is populated with data from a query (Entity Framework). Each column in the grid has a filter text box for filtering the results. I have set the width of each FilterControl like this ==> FilterControlWidth="45px". Each of the controls are a different width depending on what data is displayed in the column. My problem is that when I view the RadGrid in FireFox or IE9 everything displays properly, however if I view the grid in Safari or Chrome the FilterControlWidth property is ignored and all of the columns are columns/filtercontrols are the default width, making the entire RadGrid wider (user must scroll). What do I need to do so my filterconrol widths will be recognized by Chrome/Safari?
Thanks,
InDev