Hi,
I want to change autocomplete extender from ACT with RadComboBox ( because of loading on demand and virtual scrolling ). Loading and scrolling is working correctly. But I am populating data from WebServis and I need to send additional info to webservis ( like contextKey in autocompleteextender ) - this value can be set from codebehind and I also need OnClientItemSelectedEvent ( when I hoover over item in combobox I want to show additional info about that item ).
Another thing I dont understand is: in aspx page I set parameter ItemsPerRequest, but how can I get that value in webservis??
In ace it is a parameter for web servis method - method signature ( string prefixText, int count, string contextkey ).
Is there a way how to do this??
Thanks in advance
I want to change autocomplete extender from ACT with RadComboBox ( because of loading on demand and virtual scrolling ). Loading and scrolling is working correctly. But I am populating data from WebServis and I need to send additional info to webservis ( like contextKey in autocompleteextender ) - this value can be set from codebehind and I also need OnClientItemSelectedEvent ( when I hoover over item in combobox I want to show additional info about that item ).
Another thing I dont understand is: in aspx page I set parameter ItemsPerRequest, but how can I get that value in webservis??
In ace it is a parameter for web servis method - method signature ( string prefixText, int count, string contextkey ).
Is there a way how to do this??
Thanks in advance