Hello,
Is it possible to have a dynamic filtering combo inside a column at the time of updating -
I am trying to use from this tutorial (dhtmlx.com/docs/products/dht … combo.html) but not much help. I can get full code with all the required files?
Hello,
Is it possible to have a dynamic filtering combo inside a column at the time of updating -
I am trying to use from this tutorial (dhtmlx.com/docs/products/dht … combo.html) but not much help. I can get full code with all the required files?
What would the xml format for the Grid with combo…
<% foreach (var user in Model) { %> ]]> one one two three ]]> <% } %>This is my format, but the problem is autofiltering is not happening inside a cell…
Please tell me what is wrong here?
In case of defining options right in the cell/column tags only the “filter” attribute should be enabled to make autocomplete mode work.
[code]one
one two three [/code]“auto” attribute should be added only in case of loading options from another source:
[code]one
one two three [/code]