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?
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?)