Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
140
how to add customize query strings behind datasourceurl?
posted

Hi there,

i'm doing some researches using igniteui 16.1, i want to use some of the iggrid's features (paging,sorting etc) remotely , so I use datasourceurl property like this: dataSourceUrl: "/Dictionary/Dic_Country/GetList".

and while sorting or changing page in iggrid,  iggrid passes a url to server with query strings like this:

http://localhost:26591/Dictionary/Dic_Country/GetList?sort(name_en)=asc&pk=id&_=1463477978984,

Meanwhile , I have some input elements in my page,i need to pass the data in input elements to server side while sorting or changing page,  i want to add my own parameters behind datasourceurl, but it seems like there is no way to edit iggrid's datasourceurl, i want to know while doing sorting , paging remote, is there any possiable to pass some more data to server side?

Sorry for my poor english, any reply will help, thank you.