This question is locked. New answers and comments are not allowed.
Hi, I want to be able to rebind a telerik grid using an ajax call, not just the rows, but the columns as well. This ajax call will have different column names (and maybe even different # of columns). Is there something in place to force a full "refresh" of the grid with new data through ajax? I don't want to do a get call. This grid is supposed to represent a pivot-query, so that's why I want to change the column names as well.
Currently the code calls rebind(), and then loops through the column headers to rename them.
Thanks
Currently the code calls rebind(), and then loops through the column headers to rename them.
Thanks