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
, maybedetailinit
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
Post a Comment