Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
UltraWinGrid Filter Row
posted

Hi,

I am using UltraWinGrid with Row Filter. Below is our configuration

grid1.DisplayLayout.Override.AllowRowFiltering = DefaultableBoolean.True;

grid1.DisplayLayout.Override.FilterUIType = FilterUIType.FilterRow;

This gives me a Filter row with built in controls such as Filter Indicator, Combo Box, ListBox as shown in the attached snapshot.

How do I remove those controls. It should look like be a normal row and user should be able to type in his filter condition
(for e.g. "> 10 and < 20" in the cell which we will handle internally through code).