Kendo grid expanding column -


i'm using kendo grid (which awesome!) , 1 of columns contains description field. kendo come support expanding columns? i.e. if on length display '+' expand icon or need use third party library?

thanks

  • if want expand record, might use detailtemplate , maybe detailinit event. remember detailtemplate might either string (kendoui template) or function. this demo shows how use it.
  • if want expand column, should use template in column (see here) definition , program there logic needed.

Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -