How to refresh a grid with parameters, I write that, but it's not work,pls help me ,thanks. grid_ .dataSource.read({
url: "charge-property/resources/unit_list_data.jsp",
dataType: "json",
data: {
q: "test"
}
});
grid_.refresh();
3 Answers, 1 is accepted
0
Petur Subev
Telerik team
answered on 09 Apr 2012, 12:18 PM
Hello Seaman,
I am not sure I understand your question, what exactly you are trying to achieve ? The object you pass to the read method is used to send additional values (they are serialized and appended to the query string) to the server and it is not a configuration object used for the Ajax request.
Regards,
Petur Subev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!