silverlight - How change RadDataFilter Filter Options style -


i have silverlight application has raddatafilter.

i want change size of filteredit (textbox write filter parameter) , want hide matchcase button when have filter definition of type string!

how start accomplish this?

in editorcreated event of raddatafilter, when changed "e.editor.width" size of textbox changed!


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -