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
WebGrid's sort function
posted

When I used WebGrid's sort function, I found a big problem.  When WebGrid has TemplatedColumn and WebGrid have two or upwards two UltraGridBand, sort function invalidation contrapose TemplatedColumn's data.  But UltraGridColumn's data is ok.  Why?

  • 28464
    posted

    Hello,

    Can you please copy/paste the definition of the Templated Column you are using? From what I see, most probably you have not set the Key property of the column to the respective datasource field and / or there is a mismatch between the types (have you set DataType explicitly?)