Need a special offer?Find out if your project fits.
+

Regarding Customized context menu with a new grid in a dialog box

Answered
Anchal asked on October 5, 2018

 Hi Team,
I have a scenario where, I am suppose to edit the grid in a dialog box. But the problem is when I double click to edit it, it is getting open in a New "Details" dialog box, instead editing the same cell with in 1st dialog box gird itself. Could you please help me to achieve this ?
I have see the example - https://s3.amazonaws.com/flexmonster/fisglobal/FLEXMONSTER-2018-FIS-MAY23.zip. But I also have done the same options: {editing: true } with the datasource. But still getting open in another "Details" dialog window.
Json String-
 var demo = {
dataSource: {
 data: fetchRows()
},
options: {
 editing: true
}
}

2 answers

Public
Anchal October 5, 2018

I guess, I made the fix. Working for me too the same way.
Thank you for the resolutions and examples, you have provided to others. Which were really helpful for me. 🙂

Public
Tanya Gryshko Tanya Gryshko Flexmonster October 5, 2018

Hello, Anchal,
We are glad you have resolved the issue successfully!
Please let us know in case of any other questions.
Regards,
Tanya

Please login or Register to Submit Answer