Hi, is there a way to filter data in RadzenGrid with a FilterTemplate other than filtering data directly in the Data attribute of RadzenGrid element?
My objective is to send that filtertemplate value back to the server on LoadData event.
Thanks
Hi, is there a way to filter data in RadzenGrid with a FilterTemplate other than filtering data directly in the Data attribute of RadzenGrid element?
My objective is to send that filtertemplate value back to the server on LoadData event.
Thanks
Calling Reload() from your template should trigger LoadData()
Yes. It worked. Thank you enchev.