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

RadGrid InitInsert not Firing in Firefox while it works fine in IE

2 Answers 56 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rakesh Gupta
Top achievements
Rank 2
Rakesh Gupta asked on 07 Dec 2011, 02:09 PM
Hello everyone,

I have an issue with RadGrid.

I have used "InitInsert" for the CommandName with LinkButton.

When I click on Link button i Get the "e.Item.IsInEditMode" = True for IE but for Firefox its always false.

In IE my code works fine but in Firefox its not opening the Inline Insert..

Please help me to resolve this issue.




2 Answers, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 07 Dec 2011, 05:56 PM
Hello Rakesh,

There is not any such type of issue with radgrid.

Please set CausesValidation ="false" to link button or also check that there is any JS error in your page or not ???

or

If you still have issue then please provide your code or submit your project using support ticket so we can check/find the issue in your code/project.

Thanks,
Jayesh Goyani
0
Rakesh Gupta
Top achievements
Rank 2
answered on 08 Dec 2011, 12:06 PM
Hello Jayesh,
Thanks for your quick reply..

The causevalidation property is already set to False and there was no Javascript error to..

But then i tried manually e.item.edit = true in the RagGrid_ItemCreated event it worked.

Issue resolved.

Thanks a lot..
Tags
Grid
Asked by
Rakesh Gupta
Top achievements
Rank 2
Answers by
Jayesh Goyani
Top achievements
Rank 2
Rakesh Gupta
Top achievements
Rank 2
Share this question
or