Telerik Team,
I have a grid that I use to load different kinds of data. Anytime I load the grid I have a default column that is sorted. The default sorted data is sorted correctly but the sort image doesn't show up. This is and intermittent issue. Sometimes the image is there and sometimes it is not. I've tried to narrow down a pattern but its a completely random. Below is what I'm doing when I need to load the different grid information. The LoadGrid method is where I actually get the information from the database depending on what the users wants to look at. Please let me know if I am missing something or if this might be a bug.
I have a grid that I use to load different kinds of data. Anytime I load the grid I have a default column that is sorted. The default sorted data is sorted correctly but the sort image doesn't show up. This is and intermittent issue. Sometimes the image is there and sometimes it is not. I've tried to narrow down a pattern but its a completely random. Below is what I'm doing when I need to load the different grid information. The LoadGrid method is where I actually get the information from the database depending on what the users wants to look at. Please let me know if I am missing something or if this might be a bug.
RadGrid.MasterTableView.SortExpressions.Clear();
RadGrid.Rebind();
LoadGrid();