Posted 17 August 2022, 1:13 pm EST
Hi,
since I’m italian, my watermark is in ITALIAN (“Inserire il testo da cercare…”).
But when I invoke the C1flxGridSearchPanel.ResetWatermark() Method, the Watermark return to “Enter text to search…” as u can see in the Visual Studio 2022 decompiled code
public static string Watermark => StringsManager.GetString(MethodBase.GetCurrentMethod(), “Enter text to search…”);
But I did expect by your side something like
public static string Watermark => StringsManager.GetString(MethodBase.GetCurrentMethod(), xxx.DisplayFormat.NullText);