i have a databinding added to the "value" property of an ultracombo, which is the first focused control on my form (tabindex=0), but strangely it displays the datavalue instead of the displaytext, until i move the focus to the next control,
any advice please
thanks
mendel
i figured it out, it's a unique situation, i'm setting the datasource on a strange event AfterEnterEditMode, so until that point it has no datasource therefore it shows the datavalue,