Skip to content

Replies

0
Colin
Colin answered on Oct 13, 2010 7:30 PM

Hi Aaron,

I tried both methds and am pleased to say that they both work.

I usually don't like to modify infragistics styles so this is what I did in the .aspx file:

                                <ig:Filtering FilterButtonCssClass="LeftFilter">
                                </ig:Filtering>

and in my own style sheet:

 .LeftFilter{
    float:left;
 background-color:Transparent;
 border-style:solid;
 border-width:0px;
 height: 18px;
 }

0
Colin
Colin answered on Sep 27, 2010 12:58 PM

Hello Swetha,

Yes, of course, removing the cssclass (from the ProductPrice data field) does indeed move the filter to the left and permit sufficient room for filter data to be entered.

However, this completely misses the point!!!

It is NORMAL practice to right align currency columns. So let us return to doing what is right.

The Price Column needs to be right aligned, but we either need to left align the filter cell or find a way of permitting a larger sized input area for the filter data.