Skip to main content

All Questions

Tagged with
0 votes
0 answers
19 views

fire event by click a control inside accordion

I have an Accordion that populate from database. If I click on a static control such a Button, event fires. But if I create dynamic Control Like LinkButton inside Accordion, event not works. on top of ...
Navid Abyazi's user avatar
1 vote
0 answers
570 views

accordion collapse using for each loop

I'm having some trouble with accordion collapsion. I'm building a network monitor and every accordion is dynamically added via foreach loops. So i have accordions in accordions and foreach loops in ...
Technology Researcher's user avatar
0 votes
0 answers
62 views

Jquery Tablesorter Plugin not funtioning properly with AjaxToolkit Accordion

Am developing an ASP webform project and having some difficulties with JQuery tablesorter Plugin. I applied the plugin to an ASP Gridview control which is in an Ajax Accordion. Am not sure what the ...
user12944587's user avatar
0 votes
1 answer
141 views

Accordion inside list view does not start from top in Xamarin

<StackLayout> <Listview> <ListView.header> <StackLayout> <Grid> <accordion:AccordionView> <accordion:AccordionView....
Utkarsh Nadgouda's user avatar
0 votes
0 answers
161 views

Menu accordion adding third level

I'm a beginner (and not a really good english-speaker :) ), and i want to bind my sitemapdatasource to an asp accordion. Its works well with two levels but it doesn't works with the third level I ...
soinc's user avatar
  • 1
0 votes
1 answer
356 views

Placing a repeater inside an AjaxToolKit Accordion

I am trying to use a repeater inside an AjaxToolKit Accordion. This is necessary because I need pagination within my DataList using a SQL stored procedure. It works fine if I place the repeater ...
Shane's user avatar
  • 542
1 vote
0 answers
597 views

Infinite scroll listview inside AccordionView in Xamarin.Forms

I am trying this accordion control to display the ListItems with infinite scroll listview inside each segment of accordion. Accordion View Control: https://github.com/Kimserey/AccordionView Xamarin....
Himanshu Dwivedi's user avatar
0 votes
0 answers
1k views

WPF/C# vertical Accordion control another way? [duplicate]

I try to do the horizontal accordion control to be a vertical control. So I used a simple trick <Controls:Accordion.RenderTransform> <TransformGroup> <...
Chaxal's user avatar
  • 27
0 votes
2 answers
1k views

How to get the Text from TextBlock inside a DataTemplate in code-behind

I have an Accordion Control where I bind values and display them in a DataTemplate. This is what I have in my user control : <layoutToolkit:Accordion x:Name="MyAccordion"> <layoutToolkit:...
281's user avatar
  • 59
0 votes
2 answers
1k views

How to make an accordion style content holder UWP

So i am trying to make an accordion content holder for an uwp application. I can't find anything resembling what i want to achive in the documentation. Is this someting i need to build from scratch ...
Rudi's user avatar
  • 249
0 votes
1 answer
2k views

passing model in layout in asp.net mvc with multiple classes

I have 4 view models , one controller , _layout.cshtml and index.cshtml . the objective is to get left accordian menu in the _layout but with model left menu willl be like a accordian menu , where ...
user avatar
0 votes
1 answer
1k views

Hide and show form (panel) onclick

I have a webform in c# asp.net, which includes adding some data to database. User has option to "add another product" or "checkout". If user clicks "add another product", current form should hide ...
aiden87's user avatar
  • 949
0 votes
1 answer
1k views

Implement accordion within table and asp:repeater

I create table inside a repeater and the data appears correctly, it will be two records looks like in the image below. what i want: how to make accordion when user clicks on the deposit number(...
Fares Ayyad's user avatar
0 votes
1 answer
250 views

AJAX ASP .NET Accordion Button Action

I have an accordion dynamically creating entries based on databind() record count. I am trying to attach a handler and call an action in C# code behind when they click a button. I need to delete by ...
user654936's user avatar
0 votes
0 answers
2k views

Accordion in Windows Form C#?

I'm new in c#, I'd like to learn if I can using Accordion in Windows form like HTML + JQuery I know it is possible in HTML off course, but I have to create it on my application windows form, but I ...
Joab's user avatar
  • 15

15 30 50 per page
1
2 3 4 5