EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: Shatki on September 11, 2017, 01:06:38 PM



Title: [SOLVED] the new type of editor in datagrid
Post by: Shatki on September 11, 2017, 01:06:38 PM
Hello
I am creating mini start-up based on your perfect UI framework
I need to use a new type of editor who you can see here https://jsfiddle.net/Shatki/vrmmdaqf/25/

how it will work:
-after dbl click on table opens a new modal window with treegrid data
-In new opened window we chose a new item and click ok or dbl click on item
-if we changed item then editor receives and change item in datagrid or simple close

Please help me I have not enough expirience in JS to do it


Title: Re: the new type of editor in datagrid
Post by: stworthy on September 11, 2017, 07:37:23 PM
You can use the built-in 'combotreegrid' editor that allows you to select a node from the drop-down treegrid component. Please look at this example http://code.reloado.com/odiroq3/edit#preview


Title: Re: the new type of editor in datagrid
Post by: Shatki on September 17, 2017, 01:35:38 PM
Thank you
This is best solution