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

Radgrid setting edit mode breaks Select Element IE

1 Answer 89 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dave
Top achievements
Rank 1
Dave asked on 19 Jan 2015, 02:48 PM
Hi..

I have a radgrid on my page that I'm dynamically setting the edit mode on when I need to one column of several rows.. This is done by clicking a button..
Trouble is when the Radgrid is set in batch edit mode in IE 11 it breaks a select element on the page. By this I mean that in internet explorer 11 after code is run below the select element will not select a value in it's drop down list.. This select element is completely unrelated to the Radgrid but will not function when the Radgrid is in batch edit mode.

Can anyone suggest a work around to get this working as the application must run on IE..

many thanks

     RadGrid1.MasterTableView.EditMode = GridEditMode.Batch;
     RadGrid1.MasterTableView.BatchEditingSettings.EditType = GridBatchEditingType.Cell;

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 22 Jan 2015, 11:45 AM
Hello Dave,

I tested such a scenario on my end and it appears to work correctly in IE11 browser. You can try testing our online demo below and see if the same issue appears:
http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx


Regards,
Maria Ilieva
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Dave
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or