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
570
UltraComboEditor - Display Text
posted

I have an UltraComboEditor which I setup to be used for selecting multiple records from a list. I set the CheckBoxStyle to CheckBox in order to be able to select multiple records. I have a business requirement which requires me to change the display text depending on how many records are set. I have setup a DataFilter to take care of this business requirement. It works perfectly when control is dropped down, but as soon as it close up the NullText property is displayed instead of value coming back from the DataFilter. This worked fine until I upgraded to the most recent to the lastest volume.

I have applied the lastest service release (Version 20103.2037), and that did not resolve the issue.

Parents
  • 69832
    Offline posted

    It is impossible to analyze something like this without seeing the code, but if behavior has changed between releases in such a way as to break client code that used to work, that could be a regression issue on our part (assuming your code wasn't relying on incorrect behavior that needed to be fixed). You should probably report the issue as a bug so that you can attach a sample project that reproduces the problem.

Reply Children