I wonder how to implement in the WinGrid the column selection.
When a grid has a lot of columns, some columns should be hidded others, displayed, as user desires, like in the Windows Explorer in Details mode:
Thanks Mike Saltzman. This is exactly what I wanted.
Ah, okay, you wrote "File" instead of "Field".
Anyway, you can change the text like so:
private void ultraGrid1_BeforeColumnChooserDisplayed(object sender, BeforeColumnChooserDisplayedEventArgs e) { e.Dialog.Text = "My text"; }
as I said before
the "Field Chooser" is the header string of the field chooser control.
Field chosser appears when I click on the grid button that selects what columns will be displayed and what not.
serhiol said:this is good. How about translating "File Chooser"?
I don't understand your question. Where is "File Chooser?"
To translate any of the strings in NetAdvantage for WinForms, you use the ResourceCustomizer.
Customizing Assembly Resource Strings
Assembly Resource Strings
this is good. How about translating "File Chooser"?