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
45
UltraGridCell Showing Text But UltradGridCell.Value Returns blank/null
posted

Hello, I am trying to code logic that looks for whether an UltraGridCell.Value!=Null. 

The cell looks like:

But when I run the code, it is perceiving this cell as Null.  Is there another cell property that could be populating this Cell?

Thanks,

Lauren

Parents
  • 45
    Verified Answer
    posted

    I have solved with the following:

    Since:

    ar_trade["counterparty"].ValueList.ToString ()= "HasProxyDetail"

     

    Then

    ar_trade["counterparty"].ValueList.ItemCount!=0 will tell me if the field is populated with See details....

Reply Children
No Data