¡@

Home 

javascript Programming Glossary: col3

When editing a grid, how do I disable specific fields by row? Kendo UI

http://stackoverflow.com/questions/14221670/when-editing-a-grid-how-do-i-disable-specific-fields-by-row-kendo-ui

id 1 col1 new Date 2012 11 31 col2 new Date 2013 0 1 col3 Yes id 2 col1 new Date 2013 0 1 col2 new Date 2013 0 1 col3.. Yes id 2 col1 new Date 2013 0 1 col2 new Date 2013 0 1 col3 No id 3 col1 new Date 2013 0 2 col2 new Date 2013 0 1 col3 No.. col3 No id 3 col1 new Date 2013 0 2 col2 new Date 2013 0 1 col3 No Then I define the grid as var grid #grid .kendoGrid dataSource..

show/hide html table columns using css

http://stackoverflow.com/questions/2858339/show-hide-html-table-columns-using-css

display none table.hide2 .col2 display none table.hide3 .col3 display none table.show1 .col1 display table cell table.show2.. cell table.show2 .col2 display table cell table.show3 .col3 display table cell And then set up onClick function calls on.. to improve. CSS .col1 display none .col2 display none .col3 display none table.show1 .col1 display table cell table.show2..