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
110
Text disappears upon selecting to another row in ultragrid
posted

Normal View

Upon loading of the grid, the displayed data is normal. But when I choose another rows, the text in the column "Type" disappears. Btw, style type of the Style is a dropdown.

This is the 2nd image.

Abnormal View

Is there any solution to solve this??

Thanks

Parents
No Data
Reply
  • 8680
    posted

    In the past, I've solved dropdown problems by checking:

    • Do the data types match?  Datatypes for the underlying row data (in your database) need to match those in the database data destined for the dropdown's ValueList.ValueMember. In the grid, the UltraGridColumn.DataType must also match.
    • Do the column names match?  (In all the same places.)

    HTH

Children
No Data