Hello
I populate a RadGrid control using a JSON object. Values actually appear properly except numbers valued to 0 which are not displaied (html rendering is "<td> </td>"). If I manually set a 0 value to 1 for instance before the client-side set_dataSource(...), the new value does appear in the RadGrid.
Of course, if I change manually the 0 value to a string "0", then it is okay, but this is not suitable for my needs since I'd like to sort later on on the client-side.
I tried several things but none of them works.
Can you please help?
Kind regards
Olivier.
I populate a RadGrid control using a JSON object. Values actually appear properly except numbers valued to 0 which are not displaied (html rendering is "<td> </td>"). If I manually set a 0 value to 1 for instance before the client-side set_dataSource(...), the new value does appear in the RadGrid.
Of course, if I change manually the 0 value to a string "0", then it is okay, but this is not suitable for my needs since I'd like to sort later on on the client-side.
I tried several things but none of them works.
Can you please help?
Kind regards
Olivier.