Hello,
I'm using a RadGrid in an user control and for each different datasource I create columns. The columns I'm creating also use the filter feature.
The only problem is that the filters, in some cases, are small or bigger compared to the column it's on.
I mean, suppose a column have 200px, sometimes the filter have 50px or 300px. This behavior is pretty strange... Is there a way to make the filters have the same size as the columns?
Also, the columns allow resizing so another problem is that the filters have a fixed size. Can they be configured to have a dynamic size like the column it is in?
I'm using a RadGrid in an user control and for each different datasource I create columns. The columns I'm creating also use the filter feature.
The only problem is that the filters, in some cases, are small or bigger compared to the column it's on.
I mean, suppose a column have 200px, sometimes the filter have 50px or 300px. This behavior is pretty strange... Is there a way to make the filters have the same size as the columns?
Also, the columns allow resizing so another problem is that the filters have a fixed size. Can they be configured to have a dynamic size like the column it is in?