Hi,
i have a Devexpress grid that i do a callback as follows:
javascript code:
grid.Performcallback();
but when the callback occurs the page_load is called.
Is there way i can directly call the callback event without doing a page_load ?
cheers
Hi,
i have a Devexpress grid that i do a callback as follows:
javascript code:
grid.Performcallback();
but when the callback occurs the page_load is called.
Is there way i can directly call the callback event without doing a page_load ?
cheers