I am using a radgrid to display some data, and I am trying to figure out which method would be better to use.
Here are my preferences:
I would like to use a webservice to retrieve the data.
I would like to be able to use the server side OnItemDataBound event to process the data, changing date formats, enabling an image column, etc.
I would like to use some form of an AJAX request for the paging and sorting without the postback flashing.
Can I accomplish this with the radgrid?
Here are my preferences:
I would like to use a webservice to retrieve the data.
I would like to be able to use the server side OnItemDataBound event to process the data, changing date formats, enabling an image column, etc.
I would like to use some form of an AJAX request for the paging and sorting without the postback flashing.
Can I accomplish this with the radgrid?