Datatable

How to show and hide a datatable with respect to response from a text field.

Please provide some more details.
It is not clear which functionality you need to achieve.

I am using filtering via sperate input element to my grid table.Intially i declared filtering by the third charatcter which have been inputed in text field,but when i use backspace after typing 3 characters the table is getting filtered by the remaining 2 characters in text field.how can i resolve this problem…And i also need to know how i hide the table when backspace is used.

To hide component you can use table.hide() api

Sorry, but it is still not clear what the problem is. You can use a custom input as filter, just call .filter api from onkeypress event of the input.

is it possible for bind a combobox and a grid,give an example.

Do you need to have a grid as select element for a combo ?

http://docs.webix.com/desktop__gridsuggest.html

thank you,from where can i get source code of your admin app demos

you can use updateItem to update any value. Multiselect stores values as comma separated list of ids. Just set the new list of values for the related property

Can you provide me an example for how to update multi selected values in a table.I have use grid.updateitem for updating single value.

can you give me a sample as example

how can i update a single value for multiple selected values in a column

Sorry but it is still not clear how data need to be updated in your case
Can you share some snippet where functionality doesn’t work as necessary in your case ?

i have found a solution for my problem.

Can you tel me how i can hide lines of a column,i need the column content but with no lines,the two columns should be viewed like merged.Is there any method for it.

Yes, you can modify CSS rules for the needed datatable:

.custom .webix_column div{
  	border-right:none;
  }

http://webix.com/snippet/716aa0c1