Browse By Tags

  • Filter component is slow for UltraGrid there is a Editor Component attached to it.

    I have an Ultragrid control that is bound to a UltraComboEditor(value2 as per code). It has been used since I need to enable multiple value selections and values to be seperated by ",".Filter row for this column seems to take bit of time (even for…

  • How to check the items of DateTime type in UltraGrid

    The drop down only checks those items, which have its ComparisonOperator set to "Equals" since the checked items are always "Equals". That's working fine so far for String type. But how to check the items of DateTime type?