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

Fiddler API does not support values set to oSession["ui-hide"] in the extension

1 Answer 130 Views
Extensions and Customization
This is a migrated thread and some comments may be shown as answers.
Kashif
Top achievements
Rank 1
Kashif asked on 08 Nov 2018, 05:30 PM
I am creating a Fiddler extension in which users will have the ability to filter the sessions in the session list. Based on the user's filter condition I want to show/hide/highlight the sessions in the Fiddler's session list. But the problem that I am facing right now is that oSession["-hide"] = true.ToString().ToLower(); does not make that session hidden. Also now I am not sure how can I highlight that session in the session list.

1 Answer, 1 is accepted

Sort by
0
Alexander
Telerik team
answered on 22 Nov 2018, 05:24 PM
Hello,

oSession["-hide"] = true.ToString().ToLower();

It seems that you have missed the "ui" from "ui-hide". Can you check if that's the case?

Regards,
Alexander
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Extensions and Customization
Asked by
Kashif
Top achievements
Rank 1
Answers by
Alexander
Telerik team
Share this question
or