I am using Excel Like Filter in my grid view. Using the filter I can select the value in check box , but not able to click the 'ok' or 'cancel' button to filter the values. The button not working.
Some time Only one time the button is working and thereafter it is not working.
Kindly find the attached picture and help me.
I am using the following code for excel look filter
me.gvSHEdit.EnableFiltering = True
Me.gvSHEdit.MasterTemplate.ShowHeaderCellButtons = True
Me.gvSHEdit.MasterTemplate.ShowFilteringRow = False
Please reply
19 Answers, 1 is accepted
Let me know Are you solved this problem?
Even Enter key also not filtering the value?
Thanks for your reply. In my VS2012 Professional I didn't see Unmanaged code Check box in Project Properties-> debugging and tools menu also.
Can you able to guide me how to get the check box in my VS
I solved the OK / Cancel button capturing problem. But the value not filtered the value.
Let me know do you have any idea on this
I am using Excel Like filter in my Gridview. After select the values using Excel Like filter the values not filtered by click on OK or Enter button.
I am using visual Studio winforms 2013 and telerik 2013.
Below the code using the excel like filter
Me.gvSHEdit.EnableFiltering = True
Me.gvSHEdit.AllowAddNewRow = False
Me.gvSHEdit.[ReadOnly] = True
Me.gvSHEdit.MasterTemplate.ShowHeaderCellButtons = True
Me.gvSHEdit.MasterTemplate.ShowFilteringRow = False
Pleaser reply.
Thank you for writing.
As I mentioned in the support thread you have regarding the same matter, I was unable to reproduce the issue you are facing with the Excel-like filtering example in our demo application from the latest release. The referred options are accessible. I have attached my sample video (drag and drop over the browser to play), demonstrating the behavior on my end. In order to assist you further, we will need a sample project, as we have already mentioned in the support thread that you had opened.
Thank you for your co-operation.
Regards,
Desislava
Telerik
Build cross-platform mobile apps using Visual Studio and .NET. Register for the online webinar on 03/27/2014, 11:00AM US ET.. Seats are limited.
I have the exact same issue both in my programs AND UI for WinForms Q1 2014 SP1 demo...excel filtering for gridview does not work. I see from the video yours does....but mine does not (just as Gabriele described.)
I'm on Win 7 ultimate 64. Using the demo I can pop up the excel filtering, select (via clicking) the item/items to filter on, but then CANNOT click on Ok or Cancel even though both are enabled (Ok turns from grey to normal once an item is selected.) If I hit the enter key, the filtering works. But again, like Gabriele, I cannot click on Available Filters.
Any ideas appreciated.
Regards,
Hugo
Same exact programs run perfect fine on my Win 8.1 64-bit machine. Very strange issue. Happy to help out and run any tests to help track this down.
Hugo
Thank you for writing.
I have tested the Excel-like filtering functionality in our Demo application on a Window7 machine with the specified version Q1 2014 SP1. It behaves as expected on my end. Please refer to the attached sample video (drag and drop over the browser to play it). Am I missing something? Would it be possible to get back to us with a video illustrating the behavior on your end? You can use Jing (a free tool) for capturing the video. Additionally, it would be highly appreciated if you can reproduce the problem in a sample project and provide it in a support ticket. Thus, we would be able to investigate the precise case and assist you further. Thank you in advance for the co-operation.
I am looking forward to your reply.
Regards,
Dess
Telerik
Dess -
Just wanted to follow up on this with you......the behavior where mouse-clicks are not responsive in the excel-filtering pop-up is something I've had an issue with multiple times.
However, I am sometimes in the habit of leaving my dev workstation on for a week or more at a time. Recently, I have been shutting this particular machine down each night. Since I have been doing that, I am NOT able to recreate the problem.
Of course, intermittent problems like this are the most difficult to track down. If you have any recommendation as to what I should send you if/when the problem occurs, please advise. I can do a jing capture, but all you would see is my mouse moving around (since it is the clicks that seem to stop functioning.)
Regards,
Hugo
Thank you for writing back.
I am glad that currently you are not experiencing the described problem. However, without a reproducible scenario or a sample project replicating the issue we can make only conjectures what is causing the problem on that specific machine on your end. If you succeed in replicating the issue in a sample project it would be greatly appreciated if you get back to us with it. Thus, we would be able to investigate the precise case. Feel free to open a support ticket with the sample project. Thank you in advance for the co-operation.
If you have any additional questions, please let me know.
Regards,
Dess
Telerik
Hello everyone,
Have you found a solution to this problem because I have the same with VS 2015 and telerik winforms 2019 ?
Thank you
Bests regards
We are still unable to replicate such an issue locally. If you have at least one item check in the Excel-like filter popup, the OK and Cancel buttons are enabled. If all items are unchecked, then it is normal the OK button to be disabled:
I have also attached my sample project for your reference. Could you please specify the exact steps how to reproduce the problem?
Alternatively, feel free to submit a support ticket where you can provide a sample project demonstrating the problem you are facing. Thus, our support staff will be able to investigate the precise case and gladly assist you. Thank you in advance for your cooperation.
I am looking forward to your reply.
Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Hi,
i got the solution.. you just have to run Visual Studio as admin.
best regards
Michelle