Hi!! I have a multi-row WebTab.
How can I disable this?? "At run time, a row with selected tab item is moved on client to appear closest to the content pane, so visual order of rows are not defined by their order in collection, but by currently selected tab."
I need the tabs to stay where they are, even if they are selected.
Thank you!!
Hello Nicole,
You could set the DisplayMode property of the WebTab do display single row, scrollable single row, multi row or multi row auto. Link to the official documentation You could set the property under WebTab like:
<ig:WebTab ID="WebTab1" runat="server" DisplayMode = "SingleRow " > <Tabs></Tabs> </ig:WebTab>
More detailed information regarding the WebTab and DysplayModes could be found at: http://help.infragistics.com/doc/ASPNET/2013.2/CLR4.0/?page=WebTab_Display_Modes.html
Please let me know how this works for you!
Yes, I know that property, but it doesn't solve my problem.
I need my tabs to be multi row, and even if I set it to MultiRowAuto or MultiRow, if I click on a tab that's on the upper row, all the row moves to the bottom, and I don't want that!! I don't think it has to do with the DisplayMode property.
Thank you.
I've tested similar scenario and observed the behavior that you're experiencing. However please note that this is the default behavior of the WebTab with DisplayMode MultiRowAuto and currently there is no possible approach of preventing it. If you want to retain the selected tab's row on its current position without moving at the bottom, then you may suggest this as product idea at:
http://ideas.infragistics.com
Steps to create your idea:
1. Log into the Infragistics Product Idea site at http://ideas.infragistics.com (creating a new login if needed).
2. Navigate to the product / platform channel of your choice (e.g. WPF, Windows Forms, ASP.NET, HTML5 / Ignite UI, iOS / NucliOS, etc.)
3. Add your product idea and be sure to be specific and provide as much detail as possible. Explain the context in which a feature would be used, why it is needed, why it can’t be accomplished today, and who would benefit from it. You can even add screenshots to build a stronger case. Remember that for your suggestion to be successful, you need other members of the community to vote for it. Be convincing!
The Product Idea site puts you in the driver’s seat and allows you to track the progress of your ideas at any time, see how many votes it got, read comments from other developers in the community, and see if someone from the product team has additional questions for you.
Please let me know if you have any further questions.
Sincerely,
Tsanna