You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wicket-jquery-ui
Hello,
I am using Kendo UI Pro 2017.1.223 + Wicket-jquery-kendoui. I saw a hierarchy data grid from Kendo UI Demo website(http://demos.telerik.com/kendo-ui/grid/hierarchy), the document says ".... you need to wire its detailInit event and filter the records in the child table based on the parent key field value. Note that the e.data.[keyFieldValue] argument holds the actual key value from the parent record.".
My question is how can I use DataTable object to implement this feature? Where I can add or calling the detailInit event?
Thank you very much ^_^
Steven Lin
Sebastien
unread,
Apr 12, 2017, 12:16:50 PM4/12/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wicket-j...@googlegroups.com
Hi Steven,
This feature is not yet fully integrated in wicket-kendo-ui, however you can do it on the DataTable and using a rest endpoint to load subtables (through a kendo listview).