In default column chooser all columns are available but no checkbox. I want to similar thing in "UltraGridColumnChooser". In that I need all columns without checkbox but their is no property in ColumnChooserStyle.
Hi Bharat,
I'm a little confused by your question. The image you have on the left is not the default view of the UltraGridColumnChooser. It looks like you might have code in your application which is turning on the FilterRow for the grid's ColumnChooser Dialog. If so, then the solution would be to not do that.
My guess is that you are doing it in the grid's BeforeColumnChooserDisplayed event.
My question is that how can we remove the red box part from UltraGridColumnChooser (see attached screenshot).