This is a migrated thread and some comments may be shown as answers.

RadGrid InsertCommand not working without RandWindowManager

1 Answer 42 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Maneesh
Top achievements
Rank 1
Maneesh asked on 15 May 2015, 01:42 PM
In
our project we are replacing existing menu with the RadMenu. after implementing
radmenu in the master page we found an issue in all radgrid with InsertCommand
. the InsertCommand event is not firing,
but the update and delete command works fine.

When
I have added RadWindowManager into the page then the issue is fixed.

Is
there any dependancy , radgrid has on RadWindowManager for invoking
InsertCommand.

 

Our
project contains 70 plus subproject so it's very difficult to add RadWindowManager
 to all pages which has a Radgrid with
InsertCommand.

 

I have also tried to add RadWindowManager into the master page, but it will affect
all the pages with Radwindow Pop up with different settings. If we implement RadWindowManager
in master page we will have to move all the Radwindows  used  in
the project to master page RadWindowManager.

      But, that is not practical, because every
RadWindow in pages have there own properties(width, height etc).

 

How
should we resolve this issue of InsertCommand of Radgrid without including RadWindowManager
into the page?

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 20 May 2015, 07:43 AM
Hi Maneesh,

The behavior that you are describing is rather unexpected and with the provided information only it would be difficult to guess what might causing it.

Can you please open a regular support ticket and attach a sample, runnable project that replicates the issue, so we can test it locally?

Meanwhile, if you have enabled AJAX on your page you can inspect your browser's console for any JavaScript errors that could break the functionality of the controls. You can also try to temporarily disable the AJAX and see if the issue will persists.


Best Regards,
Konstantin Dikov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Maneesh
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or