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

RadGRid Data is diappearing

1 Answer 39 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Dileep
Top achievements
Rank 1
Dileep asked on 14 Oct 2014, 03:10 PM
Hi,

I have a project VS 20110 , with Telerik  . In my application , have radgrid. This Radgrid having some data. When I mouse out the data in the radgrid, it wiil disappear and if the the mouse over , the data  is diaplaying.The problem only in IE11 , But its working fine on Mozilla and IE8. How can I resolve this.?

Regards,
Dileep

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 17 Oct 2014, 10:40 AM
Hello Dileep,

Please make sure that you are using the latest release version of the Telerik controls. You can check our live demos on IE11:
http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/automatic-crud-operations/defaultcs.aspx

Also, can you verify that you are not using DataBind() to bind the grid. Note that performing complex grid operations such as Inserting, Deleting, Updating, Hierarchy relations, Grouping, Exporting, Paging, Sorting, Filtering, etc. require accommodating appropriate database operations.  Therefore, we suggest you to avoid Simple Databinding and strongly recommend the use of more advanced databinding methods, which automatically handle the aforementioned functions:
Declarative DataSource
Advanced Data Binding


Hope this helps.

Regards,
Eyup
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
GridView
Asked by
Dileep
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or