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;
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;