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

[Solved] RadGrid Filtering Display Broken by Q1 2014 Release

9 Answers 81 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Zachary
Top achievements
Rank 1
Zachary asked on 25 Jun 2014, 08:34 PM
Filter menus are not displayed in place by the filter button in IE (10-7), if the width of the RadGrid is greater than the screen width. I know, poor design on my part.

The filter menus now seem to be displayed somewhere to the left if the user has scrolled horizontally before selecting a column to filter. The newest release's notes from Telerik do not seem to address this issue.
<telerik:RadScriptManager ID="RadScriptManager" runat="server"></telerik:RadScriptManager>
<telerik:RadGrid ID="test" runat="server" AllowFilteringByColumn="true">
<MasterTableView AutoGenerateColumns="true">
</MasterTableView>
</telerik:RadGrid>


Protected Sub test_NeedDataSource(ByVal sender As Object, ByVal e As Telerik.Web.UI.GridNeedDataSourceEventArgs) Handles test.NeedDataSource
 
test.DataSource = Me.TableOfData
 
End Sub

9 Answers, 1 is accepted

Sort by
0
Zachary
Top achievements
Rank 1
answered on 26 Jun 2014, 07:24 PM
I wasn't able to reproduce this issue with the Telerik demos. I thought it might be because I was using AutoGenerated columns. However, I was still able to reproduce the issue.

The other possibility is that the Q2 release fixed this issue; I'm sure that the Telerik demos are using that dll.

Can this be confirmed by a Telerik personnel? Or someone with both libraries.
0
Milena
Telerik team
answered on 30 Jun 2014, 02:02 PM
Hello,

Our live examples currently are using Q2 2014 version of the controls. However, we are not aware of such issue in this and the previous version of the controls. Can I ask you to test the sample page attached and modify it in order to replicate the problem? Additionally, you can list the steps for reproduce, which we should follow.

Regards,
Milena
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.

 
0
Zachary
Top achievements
Rank 1
answered on 01 Jul 2014, 12:36 PM
  1. Created and built a C# project using the code provided. 
    I had to import (using) the System.Data library in order to use the DataTable class.
  2. Opened a new IE10 window, which I resized to ensure that the RadGrid's contents were greater than the width of the screen.
  3. Scrolled to the far right, and clicked the last filter button.
  4. The filter menu popped up, misaligned. See image.
  5. Refreshed the page, reproduced.
0
Milena
Telerik team
answered on 03 Jul 2014, 03:45 PM
Hello,

I tested the provided markup as follow the steps for reproduce(see the video here), but still I am not able to replicate the problem. Attached, you can find the project I used for testing. Please review it and let me know what I am missing.


Regards,
Milena
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.

 
0
Zachary
Top achievements
Rank 1
answered on 03 Jul 2014, 04:15 PM
I'm getting the error, "This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded." when I attempt to build.

I'm guessing the dlls you sent are .Net Version 4.0. I'm running 3.5 SPI (Visual Studio 2008).
0
Milena
Telerik team
answered on 08 Jul 2014, 01:18 PM
Hello,

I would suggest you to integrate the provided page in your environment and see how it  works there. Additionally, do you notice the issue you are facing on the video from my previous post? Please let me know if some additional steps should be performed to replicate the problem.

Regards,
Milena
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.

 
0
Zachary
Top achievements
Rank 1
answered on 08 Jul 2014, 01:27 PM
I would suggest you to integrate the provided page in your environment and see how it  works there.
The page is fine, it's the dll that you provided that is incompatible. I do not have .Net 4.0 installed, so I will be unable to use your provided dll.

My version of the Q1 release for the UI dll is 2014.1.403.35.

The version you sent me is 2014.2.618.40.

Additionally, do you notice the issue you are facing on the video from my previous post?
The video depicted correct behavior, and the issue I am experiencing was not reproduced.

Please let me know if some additional steps should be performed to replicate the problem.
Check to see if the error is specific to the file version of the dll I am using, 2014.1.403.35. 


0
Accepted
Milena
Telerik team
answered on 09 Jul 2014, 03:16 PM
Hello,

Please excuse me for the misunderstanding.

I replicated the issue using  2014.1.403.35 version of the controls. However, I tested the same page with 2014.2.618.35 and it works as expected.  Please see the video recorded during the testing.

Attached, you can find the testing project updated with 2014.2.618.35 version of the dlls. In case your project works as expected with this version, I would be recommend you to upgrade to it.

Regards,
Milena
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.

 
0
Zachary
Top achievements
Rank 1
answered on 09 Jul 2014, 03:36 PM
No problem, I ought to have given you the file version earlier.

Confirmed: bug in 2014.1.403.35 release, fixed by 2014.2.618.35.
Tags
Grid
Asked by
Zachary
Top achievements
Rank 1
Answers by
Zachary
Top achievements
Rank 1
Milena
Telerik team
Share this question
or